Chronicle v1 API - Class DashboardUserData (1.0.0-beta05)

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

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

User Data for Native Dashboard

Inheritance

object > DashboardUserData

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

DashboardUserData()

public DashboardUserData()

DashboardUserData(DashboardUserData)

public DashboardUserData(DashboardUserData other)
Parameter
Name Description
other DashboardUserData

Properties

IsPinned

public bool IsPinned { get; set; }

is dashboard pinned by user

Property Value
Type Description
bool

LastViewedTime

public Timestamp LastViewedTime { get; set; }

time when this dashboard is last viewed

Property Value
Type Description
Timestamp