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

View Source

Poll Airflow Command request.

Attributes

  • executionId (type: String.t, default: nil) - The unique ID of the command execution.
  • nextLineNumber (type: integer(), default: nil) - Line number from which new logs should be fetched.
  • pod (type: String.t, default: nil) - The name of the pod where the command is executed.
  • podNamespace (type: String.t, default: nil) - The namespace of the pod where the command is executed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Composer.V1.Model.PollAirflowCommandRequest{
  executionId: String.t() | nil,
  nextLineNumber: integer() | nil,
  pod: String.t() | nil,
  podNamespace: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.