Chronicle v1 API - Class DuplicateChartRequest (1.0.0-beta05)

public sealed class DuplicateChartRequest : IMessage<DuplicateChartRequest>, IEquatable<DuplicateChartRequest>, IDeepCloneable<DuplicateChartRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Chronicle v1 API class DuplicateChartRequest.

Request message to duplicate chart in a dashboard.

Inheritance

object > DuplicateChartRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DuplicateChartRequest()

public DuplicateChartRequest()

DuplicateChartRequest(DuplicateChartRequest)

public DuplicateChartRequest(DuplicateChartRequest other)
Parameter
Name Description
other DuplicateChartRequest

Properties

DashboardChart

public string DashboardChart { get; set; }

Required. The dashboard chart name to duplicate.

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 that involves chart duplication. 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