Chronicle v1 API - Class DeleteNativeDashboardRequest (1.0.0-beta05)

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

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

Request message to delete a dashboard.

Inheritance

object > DeleteNativeDashboardRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DeleteNativeDashboardRequest()

public DeleteNativeDashboardRequest()

DeleteNativeDashboardRequest(DeleteNativeDashboardRequest)

public DeleteNativeDashboardRequest(DeleteNativeDashboardRequest other)
Parameter
Name Description
other DeleteNativeDashboardRequest

Properties

Name

public string Name { get; set; }

Required. The dashboard name to delete. 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