public sealed class EditChartResponse : IMessage<EditChartResponse>, IEquatable<EditChartResponse>, IDeepCloneable<EditChartResponse>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class EditChartResponse.
Response message for editing chart in a dashboard.
Implements
IMessageEditChartResponse, IEquatableEditChartResponse, IDeepCloneableEditChartResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
EditChartResponse()
public EditChartResponse()EditChartResponse(EditChartResponse)
public EditChartResponse(EditChartResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
EditChartResponse |
Properties
DashboardChart
public DashboardChart DashboardChart { get; set; }Edited chart resource.
| Property Value | |
|---|---|
| Type | Description |
DashboardChart |
|
NativeDashboard
public NativeDashboard NativeDashboard { get; set; }Edited dashboard.
| Property Value | |
|---|---|
| Type | Description |
NativeDashboard |
|