Class ColumnSettings
The persistent settings for a table's columns.
Implements
Inherited Members
Namespace: Google.Apis.Monitoring.v1.Data
Assembly: Google.Apis.Monitoring.v1.dll
Syntax
public class ColumnSettings : IDirectResponseSchema
Properties
Alignment
Optional. Whether the column should be left / middle / right aligned
Declaration
[JsonProperty("alignment")]
public virtual string Alignment { get; set; }
Property Value
Type | Description |
---|---|
string |
Column
Required. The id of the column.
Declaration
[JsonProperty("column")]
public virtual string Column { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Optional. Display name of the column
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Thresholds
Optional. The thresholds used to determine how the table cell should be rendered given the time series' current value.
Declaration
[JsonProperty("thresholds")]
public virtual IList<Threshold> Thresholds { get; set; }
Property Value
Type | Description |
---|---|
IList<Threshold> |
Visible
Required. Whether the column should be visible on page load.
Declaration
[JsonProperty("visible")]
public virtual bool? Visible { get; set; }
Property Value
Type | Description |
---|---|
bool? |