Show / Hide Table of Contents

Class Row

Defines the layout properties and content for a row.

Inheritance
object
Row
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 Row : 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 row. The row weight is used to adjust the height of rows on the screen (relative to peers). Greater the weight, greater the height of the row 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 horizontally in this row.

Declaration
[JsonProperty("widgets")]
public virtual IList<Widget> Widgets { get; set; }
Property Value
Type Description
IList<Widget>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX