public sealed class RemoveChartRequest : IMessage<RemoveChartRequest>, IEquatable<RemoveChartRequest>, IDeepCloneable<RemoveChartRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class RemoveChartRequest.
Request message to remove chart from a dashboard.
Implements
IMessageRemoveChartRequest, IEquatableRemoveChartRequest, IDeepCloneableRemoveChartRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
RemoveChartRequest()
public RemoveChartRequest()RemoveChartRequest(RemoveChartRequest)
public RemoveChartRequest(RemoveChartRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RemoveChartRequest |
Properties
DashboardChart
public string DashboardChart { get; set; }Required. The dashboard chart name to remove.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DashboardChartAsDashboardChartName
public DashboardChartName DashboardChartAsDashboardChartName { get; set; }DashboardChartName-typed view over the DashboardChart resource name property.
| Property Value | |
|---|---|
| Type | Description |
DashboardChartName |
|
Name
public string Name { get; set; }Required. The dashboard name to remove chart from. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}
| Property Value | |
|---|---|
| Type | Description |
string |
|
NativeDashboardName
public NativeDashboardName NativeDashboardName { get; set; }NativeDashboardName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
NativeDashboardName |
|