Chronicle v1 API - Class InstallFeaturedContentNativeDashboardRequest (1.0.0-beta05)

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

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

Request message to install a FeaturedContentNativeDashboard.

Inheritance

object > InstallFeaturedContentNativeDashboardRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

InstallFeaturedContentNativeDashboardRequest()

public InstallFeaturedContentNativeDashboardRequest()

InstallFeaturedContentNativeDashboardRequest(InstallFeaturedContentNativeDashboardRequest)

public InstallFeaturedContentNativeDashboardRequest(InstallFeaturedContentNativeDashboardRequest other)
Parameter
Name Description
other InstallFeaturedContentNativeDashboardRequest

Properties

FeaturedContentNativeDashboard

public FeaturedContentNativeDashboard FeaturedContentNativeDashboard { get; set; }

Optional. The FeaturedContentNativeDashboard to install.

Property Value
Type Description
FeaturedContentNativeDashboard

FeaturedContentNativeDashboardName

public FeaturedContentNativeDashboardName FeaturedContentNativeDashboardName { get; set; }

FeaturedContentNativeDashboardName-typed view over the Name resource name property.

Property Value
Type Description
FeaturedContentNativeDashboardName

Name

public string Name { get; set; }

Required. The resource name of the FeaturedContentNativeDashboard to install. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}

Property Value
Type Description
string