Class: Google::Cloud::Chronicle::V1::DashboardUserData
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::DashboardUserData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/chronicle/v1/native_dashboard.rb
Overview
User Data for Native Dashboard
Instance Attribute Summary collapse
-
#is_pinned ⇒ ::Boolean
Is dashboard pinned by user.
-
#last_viewed_time ⇒ ::Google::Protobuf::Timestamp
Time when this dashboard is last viewed.
Instance Attribute Details
#is_pinned ⇒ ::Boolean
Returns is dashboard pinned by user.
406 407 408 409 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 406 class DashboardUserData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#last_viewed_time ⇒ ::Google::Protobuf::Timestamp
Returns time when this dashboard is last viewed.
406 407 408 409 |
# File 'proto_docs/google/cloud/chronicle/v1/native_dashboard.rb', line 406 class DashboardUserData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |