Class: Google::Apps::Chat::V1::GetSpaceReadStateRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::GetSpaceReadStateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/space_read_state.rb
Overview
Request message for GetSpaceReadState API.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the space read state to retrieve.
Only supports getting read state for the calling user.
To refer to the calling user, set one of the following:
The
me
alias. For example,users/me/spaces/{space}/spaceReadState
.Their Workspace email address. For example,
users/[email protected]/spaces/{space}/spaceReadState
.Their user id. For example,
users/123456789/spaces/{space}/spaceReadState
.
Format: users/{user}/spaces/{space}/spaceReadState.
59 60 61 62 |
# File 'proto_docs/google/chat/v1/space_read_state.rb', line 59 class GetSpaceReadStateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |