Show / Hide Table of Contents

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.

Inheritance
object
GridLayout
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX