public sealed class InstallFeaturedContentNativeDashboardResponse : IMessage<InstallFeaturedContentNativeDashboardResponse>, IEquatable<InstallFeaturedContentNativeDashboardResponse>, IDeepCloneable<InstallFeaturedContentNativeDashboardResponse>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class InstallFeaturedContentNativeDashboardResponse.
Response message for installing a FeaturedContentNativeDashboard.
Implements
IMessageInstallFeaturedContentNativeDashboardResponse, IEquatableInstallFeaturedContentNativeDashboardResponse, IDeepCloneableInstallFeaturedContentNativeDashboardResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
InstallFeaturedContentNativeDashboardResponse()
public InstallFeaturedContentNativeDashboardResponse()InstallFeaturedContentNativeDashboardResponse(InstallFeaturedContentNativeDashboardResponse)
public InstallFeaturedContentNativeDashboardResponse(InstallFeaturedContentNativeDashboardResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
InstallFeaturedContentNativeDashboardResponse |
Properties
NativeDashboard
public string NativeDashboard { get; set; }Optional. The resource name of the NativeDashboard created. Format: projects/{project}/locations/{location}/instances/{instance}/nativeDashboards/{native_dashboard_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|
NativeDashboardAsNativeDashboardName
public NativeDashboardName NativeDashboardAsNativeDashboardName { get; set; }NativeDashboardName-typed view over the NativeDashboard resource name property.
| Property Value | |
|---|---|
| Type | Description |
NativeDashboardName |
|