View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1SkuGroup (google_api_cloud_channel v0.11.0)

Represents the SKU group information.

Attributes

  • displayName (type: String.t, default: nil) - Unique human readable identifier for the SKU group.
  • name (type: String.t, default: nil) - Resource name of SKU group. Format: accounts/{account}/skuGroups/{sku_group}. Example: "accounts/C01234/skuGroups/3d50fd57-3157-4577-a5a9-a219b8490041".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1SkuGroup{
  displayName: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.