GoogleApi.Chat.V1.Model.AppCommandMetadata (google_api_chat v0.43.0)

View Source

Metadata about a Chat app command.

Attributes

  • appCommandId (type: integer(), default: nil) - The ID for the command specified in the Chat API configuration.
  • appCommandType (type: String.t, default: nil) - The type of Chat app command.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Chat.V1.Model.AppCommandMetadata{
  appCommandId: integer() | nil,
  appCommandType: String.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.