public sealed class InstallFeaturedContentNativeDashboardRequest : IMessage<InstallFeaturedContentNativeDashboardRequest>, IEquatable<InstallFeaturedContentNativeDashboardRequest>, IDeepCloneable<InstallFeaturedContentNativeDashboardRequest>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class InstallFeaturedContentNativeDashboardRequest.
Request message to install a FeaturedContentNativeDashboard.
Implements
IMessageInstallFeaturedContentNativeDashboardRequest, IEquatableInstallFeaturedContentNativeDashboardRequest, IDeepCloneableInstallFeaturedContentNativeDashboardRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
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 |
|