Show / Hide Table of Contents

Class CoordinatedWidget

A widget that contains two widget visualizations that are coordinated in display. Currently, we only support the primary widget of TimeSeriesTable with the secondary widget of XyChart.

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

Properties

ETag

The ETag of the item.

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

Primary

Required. The primary visualization. Must be set. Must contain a data source.

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

Secondary

Required. The secondary visualization. Must be set. Must contain a data source.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX