Class ReactionDeletedEventData
Event payload for a deleted reaction. Type: google.workspace.chat.reaction.v1.deleted
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat.v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class ReactionDeletedEventData : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Reaction
The deleted reaction.
Declaration
[JsonProperty("reaction")]
public virtual Reaction Reaction { get; set; }
Property Value
Type | Description |
---|---|
Reaction |