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

View Source

A presentation of SAP workload insight. The schema of SAP workloads validation related data.

Attributes

  • projectId (type: String.t, default: nil) - Required. The project_id of the cloud project that the Insight data comes from.
  • validationDetails (type: list(GoogleApi.WorkloadManager.V1.Model.SapValidationValidationDetail.t), default: nil) - Optional. A list of SAP validation metrics data.
  • zone (type: String.t, default: nil) - Optional. The zone of the instance that the Insight data comes from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapValidation{
  projectId: String.t() | nil,
  validationDetails:
    [GoogleApi.WorkloadManager.V1.Model.SapValidationValidationDetail.t()] | nil,
  zone: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.