public sealed class AddChartResponse : IMessage<AddChartResponse>, IEquatable<AddChartResponse>, IDeepCloneable<AddChartResponse>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class AddChartResponse.
Response message for adding chart in a dashboard.
Implements
IMessageAddChartResponse, IEquatableAddChartResponse, IDeepCloneableAddChartResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
AddChartResponse()
public AddChartResponse()AddChartResponse(AddChartResponse)
public AddChartResponse(AddChartResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
AddChartResponse |
Properties
DashboardChart
public DashboardChart DashboardChart { get; set; }Created chart resource.
| Property Value | |
|---|---|
| Type | Description |
DashboardChart |
|
NativeDashboard
public NativeDashboard NativeDashboard { get; set; }Dashboard with chart added in definition.
| Property Value | |
|---|---|
| Type | Description |
NativeDashboard |
|