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

View Source

Message describing SAP discovery system metadata

Attributes

  • customerRegion (type: String.t, default: nil) - Optional. Customer region string for customer's use. Does not represent GCP region.
  • definedSystem (type: String.t, default: nil) - Optional. Customer defined, something like "E-commerce pre prod"
  • environmentType (type: String.t, default: nil) - Optional. Should be "prod", "QA", "dev", "staging", etc.
  • sapProduct (type: String.t, default: nil) - Optional. This SAP product name

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.WorkloadManager.V1.Model.SapDiscoveryMetadata{
  customerRegion: String.t() | nil,
  definedSystem: String.t() | nil,
  environmentType: String.t() | nil,
  sapProduct: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.