Chronicle v1 API - Class DuplicateNativeDashboardRequest (1.0.0-beta05)

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

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

Request message to duplicate a dashboard.

Inheritance

object > DuplicateNativeDashboardRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DuplicateNativeDashboardRequest()

public DuplicateNativeDashboardRequest()

DuplicateNativeDashboardRequest(DuplicateNativeDashboardRequest)

public DuplicateNativeDashboardRequest(DuplicateNativeDashboardRequest other)
Parameter
Name Description
other DuplicateNativeDashboardRequest

Properties

Name

public string Name { get; set; }

Required. The dashboard name to duplicate. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{dashboard}

Property Value
Type Description
string

NativeDashboard

public NativeDashboard NativeDashboard { get; set; }

Required. Any fields that need modification can be passed through this like name, description etc.

Property Value
Type Description
NativeDashboard

NativeDashboardName

public NativeDashboardName NativeDashboardName { get; set; }

NativeDashboardName-typed view over the Name resource name property.

Property Value
Type Description
NativeDashboardName