Click or drag to resize

GetTagInfoResponse Class

* The response from getting the tag information.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetTagInfoResponse

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

The GetTagInfoResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetTagInfoResponseInitializes a new instance of the GetTagInfoResponse class
Public methodGetTagInfoResponse(GetTagInfoResponse)Initializes a new instance of the GetTagInfoResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The specific status returned for accessing the view associated with the tags.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Public propertyTagInfos The tag information for each of the selected tags so long as the user can access them.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Public fieldStatic memberTagInfosFieldNumberField number for the "tag_infos" field.
Top
See Also