Chronicle v1 API - Class WatchlistUserPreferences (1.0.0-beta01)

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

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

A collection of user preferences for watchlist UI configuration.

Inheritance

object > WatchlistUserPreferences

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Constructors

WatchlistUserPreferences()

public WatchlistUserPreferences()

WatchlistUserPreferences(WatchlistUserPreferences)

public WatchlistUserPreferences(WatchlistUserPreferences other)
Parameter
Name Description
other WatchlistUserPreferences

Properties

Pinned

public bool Pinned { get; set; }

Optional. Whether the watchlist is pinned on the dashboard.

Property Value
Type Description
bool