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.
Implements
Inherited Members
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 |