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

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.