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

View Source

The schema of torso workload validation data.

Attributes

  • agentVersion (type: String.t, default: nil) - Required. agent_version lists the version of the agent that collected this data.
  • instanceName (type: String.t, default: nil) - Required. instance_name lists the human readable name of the instance that the data comes from.
  • projectId (type: String.t, default: nil) - Required. project_id lists the human readable cloud project that the data comes from.
  • validationDetails (type: map(), default: nil) - Required. validation_details contains the pairs of validation data: field name & field value.
  • workloadType (type: String.t, default: nil) - Required. workload_type specifies the type of torso workload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.TorsoValidation{
  agentVersion: String.t() | nil,
  instanceName: String.t() | nil,
  projectId: String.t() | nil,
  validationDetails: map() | nil,
  workloadType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.