Class AppsDynamiteSharedReaction
Inheritance
System.Object
AppsDynamiteSharedReaction
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 AppsDynamiteSharedReaction : IDirectResponseSchema
Properties
Count
The total number of users who have reacted.
Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
CreateTimestamp
When the first emoji of this type was added.
Declaration
[JsonProperty("createTimestamp")]
public virtual long? CreateTimestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
CurrentUserParticipated
Whether the current user reacted using this emoji. Note: Unlike most properties of messages, this is different per-user.
Declaration
[JsonProperty("currentUserParticipated")]
public virtual bool? CurrentUserParticipated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Emoji
Declaration
[JsonProperty("emoji")]
public virtual AppsDynamiteSharedEmoji Emoji { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedEmoji |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema