Class ColumnLayout
A simplified layout that divides the available space into vertical columns and arranges a set of widgets vertically in each column.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class ColumnLayout : IDirectResponseSchema
Properties
Columns
The columns of content to display.
Declaration
[JsonProperty("columns")]
public virtual IList<Column> Columns { get; set; }
Property Value
Type | Description |
---|---|
IList<Column> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |