Class GridLayout
A basic layout divides the available space into vertical columns of equal width and arranges a list of widgets using a row-first strategy.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class GridLayout : IDirectResponseSchema
Properties
Columns
The number of columns into which the view's width is divided. If omitted or set to zero, a system default will be used while rendering.
Declaration
[JsonProperty("columns")]
public virtual long? Columns { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Widgets
The informational elements that are arranged into the columns row-first.
Declaration
[JsonProperty("widgets")]
public virtual IList<Widget> Widgets { get; set; }
Property Value
Type | Description |
---|---|
IList<Widget> |