View Source GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadPropertiesSoftwareComponentProperties (google_api_workload_manager v0.10.0)

A SAP software component name, version, and type.

Attributes

  • extVersion (type: String.t, default: nil) - Optional. The component's minor version.
  • name (type: String.t, default: nil) - Optional. Name of the component.
  • type (type: String.t, default: nil) - Optional. The component's type.
  • version (type: String.t, default: nil) - Optional. The component's major version.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryWorkloadPropertiesSoftwareComponentProperties{
    extVersion: String.t() | nil,
    name: String.t() | nil,
    type: String.t() | nil,
    version: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.