Click or drag to resize

GetModelInstancesResponse Class

* The response of getting the model.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetModelInstancesResponse

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class GetModelInstancesResponse : IMessage<GetModelInstancesResponse>, 
	IMessage, IEquatable<GetModelInstancesResponse>, IDeepCloneable<GetModelInstancesResponse>, 
	IBufferMessage

The GetModelInstancesResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetModelInstancesResponseInitializes a new instance of the GetModelInstancesResponse class
Public methodGetModelInstancesResponse(GetModelInstancesResponse)Initializes a new instance of the GetModelInstancesResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status of accessing the views, models and assets.
Public propertyInstances The model instances that were returned.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberInstancesFieldNumberField number for the "instances" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also