GoogleApi.Composer.V1.Model.ExecuteAirflowCommandRequest (google_api_composer v0.36.3)

View Source

Execute Airflow Command request.

Attributes

  • command (type: String.t, default: nil) - Airflow command.
  • parameters (type: list(String.t), default: nil) - Parameters for the Airflow command/subcommand as an array of arguments. It may contain positional arguments like ["my-dag-id"], key-value parameters like ["--foo=bar"] or ["--foo","bar"], or other flags like ["-f"].
  • subcommand (type: String.t, default: nil) - Airflow subcommand.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1.Model.ExecuteAirflowCommandRequest{
  command: String.t() | nil,
  parameters: [String.t()] | nil,
  subcommand: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.