Class SpaceReadState
A user's read state within a space, used to identify read and unread messages.
Implements
Namespace: Google.Apps.Chat.V1
Assembly: Google.Apps.Chat.V1.dll
Syntax
public sealed class SpaceReadState : IMessage<SpaceReadState>, IEquatable<SpaceReadState>, IDeepCloneable<SpaceReadState>, IBufferMessage, IMessage
Constructors
SpaceReadState()
Declaration
public SpaceReadState()
SpaceReadState(SpaceReadState)
Declaration
public SpaceReadState(SpaceReadState other)
Parameters
Type | Name | Description |
---|---|---|
SpaceReadState | other |
Properties
LastReadTime
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.
Declaration
public Timestamp LastReadTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
Name
Resource name of the space read state.
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 |