public sealed class GetNativeDashboardRequest : IMessage<GetNativeDashboardRequest>, IEquatable<GetNativeDashboardRequest>, IDeepCloneable<GetNativeDashboardRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class GetNativeDashboardRequest.
Request message to get a dashboard.
Implements
IMessageGetNativeDashboardRequest, IEquatableGetNativeDashboardRequest, IDeepCloneableGetNativeDashboardRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|