Class LabeledItem
A single item in a labeled column.
Implements
Namespace: Google.Area120.Tables.V1Alpha1
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class LabeledItem : IMessage<LabeledItem>, IEquatable<LabeledItem>, IDeepCloneable<LabeledItem>, IBufferMessage, IMessage
Constructors
LabeledItem()
Declaration
public LabeledItem()
LabeledItem(LabeledItem)
Declaration
public LabeledItem(LabeledItem other)
Parameters
Type | Name | Description |
---|---|---|
LabeledItem | other |
Properties
Id
Internal id associated with the item.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Display string as entered by user.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |