Class GetSpaceReadStateRequest
Request message for GetSpaceReadState API.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class GetSpaceReadStateRequest : IMessage<GetSpaceReadStateRequest>, IEquatable<GetSpaceReadStateRequest>, IDeepCloneable<GetSpaceReadStateRequest>, IBufferMessage, IMessage
Constructors
GetSpaceReadStateRequest()
Declaration
public GetSpaceReadStateRequest()
GetSpaceReadStateRequest(GetSpaceReadStateRequest)
Declaration
public GetSpaceReadStateRequest(GetSpaceReadStateRequest other)
Parameters
Type | Name | Description |
---|---|---|
GetSpaceReadStateRequest | other |
Properties
Name
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/user@example.com/spaces/{space}/spaceReadState
.Their user id. For example,
users/123456789/spaces/{space}/spaceReadState
.
Format: users/{user}/spaces/{space}/spaceReadState
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
SpaceReadStateName
SpaceReadStateName-typed view over the Name resource name property.
Declaration
public SpaceReadStateName SpaceReadStateName { get; set; }
Property Value
Type | Description |
---|---|
SpaceReadStateName |