Class SpaceReadState
A user's read state within a space, used to identify read and unread messages.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class SpaceReadState : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LastReadTime
object representation of LastReadTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastReadTimeDateTimeOffset instead.")]
public virtual object LastReadTime { get; set; }
Property Value
Type | Description |
---|---|
object |
LastReadTimeDateTimeOffset
DateTimeOffset representation of LastReadTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastReadTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
LastReadTimeRaw
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
[JsonProperty("lastReadTime")]
public virtual string LastReadTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Resource name of the space read state. Format: users/{user}/spaces/{space}/spaceReadState
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |