Chronicle v1 API - Class GetNativeDashboardRequest (1.0.0-beta05)

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

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

Request message to get a dashboard.

Inheritance

object > GetNativeDashboardRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

GetNativeDashboardRequest()

public GetNativeDashboardRequest()

GetNativeDashboardRequest(GetNativeDashboardRequest)

public GetNativeDashboardRequest(GetNativeDashboardRequest other)
Parameter
Name Description
other GetNativeDashboardRequest

Properties

Name

public string Name { get; set; }

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

View

public NativeDashboardView View { get; set; }

Optional. View indicates the scope of fields to populate when returning the dashboard resource. If unspecified, defaults to the basic view.

Property Value
Type Description
NativeDashboardView