Click or drag to resize

StoreAnnotationResponse Class

* The response of trying to store an annotation.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiStoreAnnotationResponse

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 StoreAnnotationResponse : IMessage<StoreAnnotationResponse>, 
	IMessage, IEquatable<StoreAnnotationResponse>, IDeepCloneable<StoreAnnotationResponse>, 
	IBufferMessage

The StoreAnnotationResponse type exposes the following members.

Constructors
 NameDescription
Public methodStoreAnnotationResponseInitializes a new instance of the StoreAnnotationResponse class
Public methodStoreAnnotationResponse(StoreAnnotationResponse)Initializes a new instance of the StoreAnnotationResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status of saving an annotation.
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 memberStatusFieldNumberField number for the "status" field.
Top
See Also