Class AppsDynamiteSharedChatItem
Next Id: 5
Inheritance
object
AppsDynamiteSharedChatItem
Implements
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 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<T><AppsDynamiteSharedChatItemActivityInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |