Class AppsDynamiteSharedActivityFeedAnnotationData
Next Id: 7
Inheritance
object
AppsDynamiteSharedActivityFeedAnnotationData
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 AppsDynamiteSharedActivityFeedAnnotationData : IDirectResponseSchema
Properties
ActivityFeedMessageCreateTime
Timestamp of when the Activity Feed message that contains this annotation was created. This is roughly when the activity happened, such as when a reaction happened, but will have at least some small delay, since the Activity Feed message is created asynchronously after. This timestamp should only be used for display when the activity create time is not available in the Chat UI, like the time of a reaction.
Declaration
[JsonProperty("activityFeedMessageCreateTime")]
public virtual object ActivityFeedMessageCreateTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
ActivityFeedMessageId
Unique id of the Activity Feed message used by clients to implement click-to-source. This is the same messageId as the top-level id field for the Activity Feed item.
Declaration
[JsonProperty("activityFeedMessageId")]
public virtual MessageId ActivityFeedMessageId { get; set; }
Property Value
| Type | Description |
|---|---|
| MessageId |
ChatItem
Declaration
[JsonProperty("chatItem")]
public virtual AppsDynamiteSharedChatItem ChatItem { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedChatItem |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SharedUserInfo
Only populated on read path and should not be persisted in storage.
Declaration
[JsonProperty("sharedUserInfo")]
public virtual UserInfo SharedUserInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| UserInfo |
UserInfo
Use shared_user_info instead.
Declaration
[JsonProperty("userInfo")]
public virtual AppsDynamiteSharedActivityFeedAnnotationDataUserInfo UserInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedActivityFeedAnnotationDataUserInfo |