Class: Google::Apps::Chat::V1::SpaceReadState

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#last_read_time::Google::Protobuf::Timestamp

Returns Optional. The time when the user's space read state was updated. Usually this corresponds with either the timestamp of the last read message, or a timestamp specified by the user to mark the last read position in a space.

Returns:

  • (::Google::Protobuf::Timestamp)

    Optional. The time when the user's space read state was updated. Usually this corresponds with either the timestamp of the last read message, or a timestamp specified by the user to mark the last read position in a space.



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

Returns Resource name of the space read state.

Format: users/{user}/spaces/{space}/spaceReadState.

Returns:

  • (::String)

    Resource name of the space read state.

    Format: users/{user}/spaces/{space}/spaceReadState



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