Show / Hide Table of Contents

Class GetThreadReadStateRequest

Request message for GetThreadReadStateRequest API.

Inheritance
object
GetThreadReadStateRequest
Implements
IMessage<GetThreadReadStateRequest>
IEquatable<GetThreadReadStateRequest>
IDeepCloneable<GetThreadReadStateRequest>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class GetThreadReadStateRequest : IMessage<GetThreadReadStateRequest>, IEquatable<GetThreadReadStateRequest>, IDeepCloneable<GetThreadReadStateRequest>, IBufferMessage, IMessage

Constructors

GetThreadReadStateRequest()

Declaration
public GetThreadReadStateRequest()

GetThreadReadStateRequest(GetThreadReadStateRequest)

Declaration
public GetThreadReadStateRequest(GetThreadReadStateRequest other)
Parameters
Type Name Description
GetThreadReadStateRequest other

Properties

Name

Required. Resource name of the thread 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}/threads/{thread}/threadReadState.

  • Their Workspace email address. For example, users/user@example.com/spaces/{space}/threads/{thread}/threadReadState.

  • Their user id. For example, users/123456789/spaces/{space}/threads/{thread}/threadReadState.

Format: users/{user}/spaces/{space}/threads/{thread}/threadReadState

Declaration
public string Name { get; set; }
Property Value
Type Description
string

ThreadReadStateName

ThreadReadStateName-typed view over the Name resource name property.

Declaration
public ThreadReadStateName ThreadReadStateName { get; set; }
Property Value
Type Description
ThreadReadStateName
In this article
Back to top Generated by DocFX