Show / Hide Table of Contents

Class AppsDynamiteSharedChatItem

Next Id: 5

Inheritance
System.Object
AppsDynamiteSharedChatItem
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 AppsDynamiteSharedChatItem : IDirectResponseSchema

Properties

ActivityInfo

Information needed to render the specific type of feed item.

Declaration
[JsonProperty("activityInfo")]
public virtual IList<AppsDynamiteSharedChatItemActivityInfo> ActivityInfo { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<AppsDynamiteSharedChatItemActivityInfo>

ETag

The ETag of the item.

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

GroupInfo

Only populated on read path and should not be persisted in storage.

Declaration
[JsonProperty("groupInfo")]
public virtual AppsDynamiteSharedChatItemGroupInfo GroupInfo { get; set; }
Property Value
Type Description
AppsDynamiteSharedChatItemGroupInfo

MessageInfo

Additional information about the original chat message that isn't captured in the top-level message proto.

Declaration
[JsonProperty("messageInfo")]
public virtual AppsDynamiteSharedMessageInfo MessageInfo { get; set; }
Property Value
Type Description
AppsDynamiteSharedMessageInfo

Implements

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