public sealed class NativeDashboard : IMessage<NativeDashboard>, IEquatable<NativeDashboard>, IDeepCloneable<NativeDashboard>, IBufferMessage, IMessageReference documentation and code samples for the Chronicle v1 API class NativeDashboard.
NativeDashboard resource.
Implements
IMessageNativeDashboard, IEquatableNativeDashboard, IDeepCloneableNativeDashboard, IBufferMessage, IMessageNamespace
Google.Cloud.Chronicle.V1Assembly
Google.Cloud.Chronicle.V1.dll
Constructors
NativeDashboard()
public NativeDashboard()NativeDashboard(NativeDashboard)
public NativeDashboard(NativeDashboard other)| Parameter | |
|---|---|
| Name | Description |
other |
NativeDashboard |
Properties
Access
public DashboardAccess Access { get; set; }Output only. Access of the dashboard
| Property Value | |
|---|---|
| Type | Description |
DashboardAccess |
|
CreateTime
public Timestamp CreateTime { get; set; }Output only. Creation time of dashboard.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
CreateUserId
public string CreateUserId { get; set; }Output only. User who created the dashboard.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DashboardUserData
public DashboardUserData DashboardUserData { get; set; }Output only. User Preferences for a dashboard
| Property Value | |
|---|---|
| Type | Description |
DashboardUserData |
|
Definition
public DashboardDefinition Definition { get; set; }Optional. Definition of the dashboard like metadata, visualization and datasource configuration etc.
| Property Value | |
|---|---|
| Type | Description |
DashboardDefinition |
|
Description
public string Description { get; set; }Optional. Description of the dashboard.
| Property Value | |
|---|---|
| Type | Description |
string |
|
DisplayName
public string DisplayName { get; set; }Required. Dashboard display name/title visible to users.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Etag
public string Etag { get; set; }Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Output only. Name of the dashboard.
| Property Value | |
|---|---|
| Type | Description |
string |
|
NativeDashboardName
public NativeDashboardName NativeDashboardName { get; set; }NativeDashboardName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
NativeDashboardName |
|
Type
public DashboardType Type { get; set; }Output only. Whether it's an out of the box or custom created dashboard.
| Property Value | |
|---|---|
| Type | Description |
DashboardType |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Time the dashboard was last edited.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
UpdateUserId
public string UpdateUserId { get; set; }Output only. User who last edited the dashboard.
| Property Value | |
|---|---|
| Type | Description |
string |
|