Chronicle v1 API - Class GetFeaturedContentNativeDashboardRequest (1.0.0-beta05)

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

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

Request message to get a FeaturedContentNativeDashboard.

Inheritance

object > GetFeaturedContentNativeDashboardRequest

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

GetFeaturedContentNativeDashboardRequest()

public GetFeaturedContentNativeDashboardRequest()

GetFeaturedContentNativeDashboardRequest(GetFeaturedContentNativeDashboardRequest)

public GetFeaturedContentNativeDashboardRequest(GetFeaturedContentNativeDashboardRequest other)
Parameter
Name Description
other GetFeaturedContentNativeDashboardRequest

Properties

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 retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}

Property Value
Type Description
string