Class: Google::Cloud::Chronicle::V1::WatchlistUserPreferences
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::WatchlistUserPreferences
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/entity.rb
Overview
A collection of user preferences for watchlist UI configuration.
Instance Attribute Summary collapse
-
#pinned ⇒ ::Boolean
Optional.
Instance Attribute Details
#pinned ⇒ ::Boolean
Returns Optional. Whether the watchlist is pinned on the dashboard.
95 96 97 98 |
# File 'proto_docs/google/cloud/chronicle/v1/entity.rb', line 95 class WatchlistUserPreferences include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |