Show / Hide Table of Contents

Class AppsDynamiteSharedActivityFeedAnnotationData

Next Id: 7

Inheritance
System.Object
AppsDynamiteSharedActivityFeedAnnotationData
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 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
System.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
System.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

Implements

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