Remedy.Schema.CommandOption (Remedy v0.6.8) View Source

Command Option Object

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.CommandOption{
  channel_types: [integer()],
  choices: [Remedy.Schema.CommandOptionChoice.t()],
  description: String.t(),
  id: term(),
  name: String.t(),
  options: [t()],
  required: boolean(),
  type: integer()
}