Chronicle v1 API - Class InstallFeaturedContentNativeDashboardResponse (1.0.0-beta05)

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

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

Response message for installing a FeaturedContentNativeDashboard.

Inheritance

object > InstallFeaturedContentNativeDashboardResponse

Namespace

Google.Cloud.Chronicle.V1

Assembly

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