Show / Hide Table of Contents

Class AppsDynamiteSharedReaction

Inheritance
object
AppsDynamiteSharedReaction
Implements
IDirectResponseSchema
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 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
int?

CreateTimestamp

When the first emoji of this type was added.

Declaration
[JsonProperty("createTimestamp")]
public virtual long? CreateTimestamp { get; set; }
Property Value
Type Description
long?

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
bool?

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
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX