Show / Hide Table of Contents

Class Tile

A single tile in the mosaic. The placement and size of the tile are configurable.

Inheritance
object
Tile
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 Tile : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Height

The height of the tile, measured in grid blocks. Tiles must have a minimum height of 1.

Declaration
[JsonProperty("height")]
public virtual int? Height { get; set; }
Property Value
Type Description
int?

Widget

The informational widget contained in the tile. For example an XyChart.

Declaration
[JsonProperty("widget")]
public virtual Widget Widget { get; set; }
Property Value
Type Description
Widget

Width

The width of the tile, measured in grid blocks. Tiles must have a minimum width of 1.

Declaration
[JsonProperty("width")]
public virtual int? Width { get; set; }
Property Value
Type Description
int?

XPos

The zero-indexed position of the tile in grid blocks relative to the left edge of the grid. Tiles must be contained within the specified number of columns. x_pos cannot be negative.

Declaration
[JsonProperty("xPos")]
public virtual int? XPos { get; set; }
Property Value
Type Description
int?

YPos

The zero-indexed position of the tile in grid blocks relative to the top edge of the grid. y_pos cannot be negative.

Declaration
[JsonProperty("yPos")]
public virtual int? YPos { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX