Click or drag to resize

GetReadableQualityResponse Class

* The response from getting the readable version of a quality.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetReadableQualityResponse

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

The GetReadableQualityResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetReadableQualityResponseInitializes a new instance of the GetReadableQualityResponse class
Public methodGetReadableQualityResponse(GetReadableQualityResponse)Initializes a new instance of the GetReadableQualityResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyReadableQuality The quality as a string such as good or bad.
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberReadableQualityFieldNumberField number for the "readable_quality" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also