public sealed class FeaturedContentNativeDashboard : IMessage<FeaturedContentNativeDashboard>, IEquatable<FeaturedContentNativeDashboard>, IDeepCloneable<FeaturedContentNativeDashboard>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class FeaturedContentNativeDashboard.
FeaturedContentNativeDashboard resource.
Implements
IMessageFeaturedContentNativeDashboard, IEquatableFeaturedContentNativeDashboard, IDeepCloneableFeaturedContentNativeDashboard, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
FeaturedContentNativeDashboard()
public FeaturedContentNativeDashboard()FeaturedContentNativeDashboard(FeaturedContentNativeDashboard)
public FeaturedContentNativeDashboard(FeaturedContentNativeDashboard other)| Parameter | |
|---|---|
| Name | Description |
other |
FeaturedContentNativeDashboard |
Properties
ContentMetadata
public FeaturedContentMetadata ContentMetadata { get; set; }Output only. Metadata about the FeaturedContentNativeDashboard.
| Property Value | |
|---|---|
| Type | Description |
FeaturedContentMetadata |
|
DashboardContent
public NativeDashboardWithChartsAndQueries DashboardContent { get; set; }Optional. The dashboard content.
| Property Value | |
|---|---|
| Type | Description |
NativeDashboardWithChartsAndQueries |
|
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; }Identifier. The resource name of the FeaturedContentNativeDashboard. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub/featuredContentNativeDashboards/{featured_content_native_dashboard}
| Property Value | |
|---|---|
| Type | Description |
string |
|