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

View Source

Fields to describe an SAP application server instance.

Attributes

  • name (type: String.t, default: nil) - Optional. Instance name of the SAP application instance.
  • number (type: String.t, default: nil) - Optional. Instance number of the SAP application instance.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryResourceInstancePropertiesAppInstance{
    name: String.t() | nil,
    number: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.