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
System.Object
AppsDynamiteSharedChatItemGroupInfo
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

ETag

The ETag of the item.

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

GroupName

Declaration
[JsonProperty("groupName")]
public virtual string GroupName { get; set; }
Property Value
Type Description
System.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
System.Nullable<System.Int64>

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
System.Nullable<System.Boolean>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top