Show / Hide Table of Contents

Class ColumnSettings

The persistent settings for a table's columns.

Inheritance
object
ColumnSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX