View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1TransferableSku (google_api_cloud_channel v0.6.0)

TransferableSku represents information a reseller needs to view existing provisioned services for a customer that they do not own. Read-only.

Attributes

  • legacySku (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Sku.t, default: nil) - Optional. The customer to transfer has an entitlement with the populated legacy SKU.
  • sku (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Sku.t, default: nil) - The SKU pertaining to the provisioning resource as specified in the Offer.
  • transferEligibility (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1TransferEligibility.t, default: nil) - Describes the transfer eligibility of a SKU.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1TransferableSku{
  legacySku: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Sku.t() | nil,
  sku: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1Sku.t() | nil,
  transferEligibility:
    GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1TransferEligibility.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.