Class Column
Defines the layout properties and content for a column.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class Column : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Weight
The relative weight of this column. The column weight is used to adjust the width of columns on the screen (relative to peers). Greater the weight, greater the width of the column on the screen. If omitted, a value of 1 is used while rendering.
Declaration
[JsonProperty("weight")]
public virtual long? Weight { get; set; }
Property Value
Type | Description |
---|---|
long? |
Widgets
The display widgets arranged vertically in this column.
Declaration
[JsonProperty("widgets")]
public virtual IList<Widget> Widgets { get; set; }
Property Value
Type | Description |
---|---|
IList<Widget> |