Class AppCommandMetadata
Metadata about a Chat app command.
Implements
Inherited Members
Namespace: Google.Apis.HangoutsChat .v1.Data
Assembly: Google.Apis.HangoutsChat.v1.dll
Syntax
public class AppCommandMetadata : IDirectResponseSchema
Properties
AppCommandId
The ID for the command specified in the Chat API configuration.
Declaration
[JsonProperty("appCommandId")]
public virtual int? AppCommandId { get; set; }
Property Value
Type | Description |
---|---|
int? |
AppCommandType
The type of Chat app command.
Declaration
[JsonProperty("appCommandType")]
public virtual string AppCommandType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |