View Source GoogleApi.WorkloadManager.V1.Model.SapWorkload (google_api_workload_manager v0.2.0)

The body of sap workload

Attributes

  • application (type: GoogleApi.WorkloadManager.V1.Model.SapComponent.t, default: nil) - Output only. the acsc componment
  • database (type: GoogleApi.WorkloadManager.V1.Model.SapComponent.t, default: nil) - Output only. the database componment
  • metadata (type: map(), default: nil) - Output only. The metadata for SAP workload.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapWorkload{
  application: GoogleApi.WorkloadManager.V1.Model.SapComponent.t() | nil,
  database: GoogleApi.WorkloadManager.V1.Model.SapComponent.t() | nil,
  metadata: map() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.