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

The overview of sap workload

Attributes

  • appSid (type: String.t, default: nil) - Output only. The application SID
  • dbSid (type: String.t, default: nil) - Output only. The database SID
  • sapSystemId (type: String.t, default: nil) - Output only. The UUID for a SAP workload

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapWorkloadOverview{
  appSid: String.t() | nil,
  dbSid: String.t() | nil,
  sapSystemId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.