View Source GoogleApi.WorkloadManager.V1.Model.AgentCommand (google_api_workload_manager v0.10.0)

  • An AgentCommand specifies a one-time executable program for the agent to run.

Attributes

  • command (type: String.t, default: nil) - command is the name of the agent one-time executable that will be invoked.
  • parameters (type: map(), default: nil) - parameters is a map of key/value pairs that can be used to specify additional one-time executable settings.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkloadManager.V1.Model.AgentCommand{
  command: String.t() | nil,
  parameters: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.