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

View Source

Message describing the Sqlserver validation metrics.

Attributes

  • details (type: list(GoogleApi.WorkloadManager.V1.Model.SqlserverValidationDetails.t), default: nil) - Required. Details wraps map that represents collected data names and values.
  • type (type: String.t, default: nil) - Optional. The Sqlserver 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.SqlserverValidationValidationDetail{
  details:
    [GoogleApi.WorkloadManager.V1.Model.SqlserverValidationDetails.t()] | nil,
  type: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.