Click or drag to resize

GetModelTypesRequest Class

* A request to get the types of models.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetModelTypesRequest

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
Syntax
C#
public sealed class GetModelTypesRequest : IMessage<GetModelTypesRequest>, 
	IMessage, IEquatable<GetModelTypesRequest>, IDeepCloneable<GetModelTypesRequest>, 
	IBufferMessage

The GetModelTypesRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetModelTypesRequestInitializes a new instance of the GetModelTypesRequest class
Public methodGetModelTypesRequest(GetModelTypesRequest)Initializes a new instance of the GetModelTypesRequest class
Top
Properties
 NameDescription
Public propertyAssetView The asset view.
Public propertyStatic memberDescriptor 
Public propertyParentType The parent type.
Public propertyStatic memberParser 
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAssetViewFieldNumberField number for the "asset_view" field.
Public fieldStatic memberParentTypeFieldNumberField number for the "parent_type" field.
Top
See Also