View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1TransferEligibility (google_api_cloud_channel v0.9.0)

Specifies transfer eligibility of a SKU.

Attributes

  • description (type: String.t, default: nil) - Localized description if reseller is not eligible to transfer the SKU.
  • ineligibilityReason (type: String.t, default: nil) - Specified the reason for ineligibility.
  • isEligible (type: boolean(), default: nil) - Whether reseller is eligible to transfer the SKU.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1TransferEligibility{
  description: String.t() | nil,
  ineligibilityReason: String.t() | nil,
  isEligible: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.