Chronicle v1 API - Class ExportNativeDashboardsRequest (1.0.0-beta05)

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

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

Request message to export list of dashboard.

Inheritance

object > ExportNativeDashboardsRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

ExportNativeDashboardsRequest()

public ExportNativeDashboardsRequest()

ExportNativeDashboardsRequest(ExportNativeDashboardsRequest)

public ExportNativeDashboardsRequest(ExportNativeDashboardsRequest other)
Parameter
Name Description
other ExportNativeDashboardsRequest

Properties

Names

public RepeatedField<string> Names { get; }

Required. The resource names of the dashboards to export.

Property Value
Type Description
RepeatedFieldstring

Parent

public string Parent { get; set; }

Required. The parent resource that the dashboards to be exported belong to. Format: projects/{project}/locations/{location}/instances/{instance}

Property Value
Type Description
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
Type Description
InstanceName