Class Table
Assembly: Google.Area120.Tables.V1Alpha1.dll
Syntax
public sealed class Table : IMessage<Table>, IEquatable<Table>, IDeepCloneable<Table>, IBufferMessage, IMessage
Constructors
Table()
Declaration
Table(Table)
Declaration
public Table(Table other)
Parameters
Type |
Name |
Description |
Table |
other |
|
Properties
Columns
List of columns in this table.
Order of columns matches the display order.
Declaration
public RepeatedField<ColumnDescription> Columns { get; }
Property Value
DisplayName
The human readable title of the table.
Declaration
public string DisplayName { get; set; }
Property Value
Name
The resource name of the table.
Table names have the form tables/{table}
.
Declaration
public string Name { get; set; }
Property Value
TableName
Declaration
public TableName TableName { get; set; }
Property Value