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

View Source

Message describing the SAP validation metrics.

Attributes

  • details (type: map(), default: nil) - Optional. The pairs of metrics data: field name & field value.
  • isPresent (type: boolean(), default: nil) - Optional. Was there a SAP system detected for this validation type.
  • sapValidationType (type: String.t, default: nil) - Optional. The SAP system that the validation data is from.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapValidationValidationDetail{
  details: map() | nil,
  isPresent: boolean() | nil,
  sapValidationType: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.