Show / Hide Table of Contents

Class AppsDynamiteSharedChatItemGroupInfo

Information about the space that the item originated from. This will be used to display Activity Feed items from rooms, and only contain the necessary information, such as the space name and group attributes. NEXT TAG: 6

Inheritance
object
AppsDynamiteSharedChatItemGroupInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedChatItemGroupInfo : IDirectResponseSchema

Properties

AttributeCheckerGroupType

This is needed to determine what type of group the source message came from to support click-to-source.

Declaration
[JsonProperty("attributeCheckerGroupType")]
public virtual string AttributeCheckerGroupType { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

GroupName

Declaration
[JsonProperty("groupName")]
public virtual string GroupName { get; set; }
Property Value
Type Description
string

GroupReadTimeUsec

Timestamp of when the group containing the message has been read by the user.

Declaration
[JsonProperty("groupReadTimeUsec")]
public virtual long? GroupReadTimeUsec { get; set; }
Property Value
Type Description
long?

InlineThreadingEnabled

Indicates whether the group has inline replies enabled. If enabled, clients will render the space with inline replies.

Declaration
[JsonProperty("inlineThreadingEnabled")]
public virtual bool? InlineThreadingEnabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX