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: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
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