google_api_os_config v0.6.0 GoogleApi.OSConfig.V1.Model.ExecResourceExec View Source

A file or script to execute.

Attributes

  • allowedSuccessCodes (type: list(integer()), default: nil) - Exit codes that indicate success.
  • args (type: list(String.t), default: nil) - Arguments to use.
  • file (type: GoogleApi.OSConfig.V1.Model.File.t, default: nil) - A remote or local file.
  • interpreter (type: String.t, default: nil) - The script interpreter to use.
  • script (type: String.t, default: nil) - An inline script.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.OSConfig.V1.Model.ExecResourceExec{
  allowedSuccessCodes: [integer()],
  args: [String.t()],
  file: GoogleApi.OSConfig.V1.Model.File.t(),
  interpreter: String.t(),
  script: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.