GoogleApi.WorkloadManager.V1.Model.ShellCommand (google_api_workload_manager v0.12.0)

View Source
  • A ShellCommand is invoked via the agent's command line executor

Attributes

  • args (type: String.t, default: nil) - args is a string of arguments to be passed to the command.
  • command (type: String.t, default: nil) - command is the name of the command to be executed.
  • timeoutSeconds (type: integer(), default: nil) - Optional. If not specified, the default timeout is 60 seconds.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.ShellCommand{
  args: String.t() | nil,
  command: String.t() | nil,
  timeoutSeconds: integer() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.