View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1BillableSku (google_api_cloud_channel v0.8.0)

Represents the Billable SKU information.

Attributes

  • service (type: String.t, default: nil) - Resource name of Service which contains Repricing SKU. Format: services/{service}. Example: "services/B7D9-FDCB-15D8".
  • serviceDisplayName (type: String.t, default: nil) - Unique human readable name for the Service.
  • sku (type: String.t, default: nil) - Resource name of Billable SKU. Format: billableSkus/{sku}. Example: billableSkus/6E1B-6634-470F".
  • skuDisplayName (type: String.t, default: nil) - Unique human readable name for the SKU.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1BillableSku{
  service: String.t() | nil,
  serviceDisplayName: String.t() | nil,
  sku: String.t() | nil,
  skuDisplayName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.