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

A product name and version.

Attributes

  • name (type: String.t, default: nil) - Optional. Name of the product.
  • version (type: String.t, default: nil) - Optional. Version of the product.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.