Show / Hide Table of Contents

Class AppCommandMetadata

Metadata about a Chat app command.

Inheritance
object
AppCommandMetadata
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX