Class CustomClass.Types.ClassItem (2.8.0)

public sealed class ClassItem : IMessage<CustomClass.Types.ClassItem>, IEquatable<CustomClass.Types.ClassItem>, IDeepCloneable<CustomClass.Types.ClassItem>, IBufferMessage, IMessage

An item of the class.

Inheritance

Object > CustomClass.Types.ClassItem

Namespace

Google.Cloud.Speech.V1

Assembly

Google.Cloud.Speech.V1.dll

Constructors

ClassItem()

public ClassItem()

ClassItem(CustomClass.Types.ClassItem)

public ClassItem(CustomClass.Types.ClassItem other)
Parameter
NameDescription
otherCustomClass.Types.ClassItem

Properties

Value

public string Value { get; set; }

The class item's value.

Property Value
TypeDescription
String