Class: Google::Apps::Chat::V1::SpaceReadState
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::SpaceReadState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space_read_state.rb
Overview
A user's read state within a space, used to identify read and unread messages.
Instance Attribute Summary collapse
-
#last_read_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#name ⇒ ::String
Resource name of the space read state.
Instance Attribute Details
#last_read_time ⇒ ::Google::Protobuf::Timestamp
36 37 38 39 |
# File 'proto_docs/google/chat/v1/space_read_state.rb', line 36 class SpaceReadState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
36 37 38 39 |
# File 'proto_docs/google/chat/v1/space_read_state.rb', line 36 class SpaceReadState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |