Show / Hide Table of Contents

Class GoogleCloudChannelV1TransferableSku

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

Inheritance
object
GoogleCloudChannelV1TransferableSku
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1TransferableSku : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LegacySku

Optional. The customer to transfer has an entitlement with the populated legacy SKU.

Declaration
[JsonProperty("legacySku")]
public virtual GoogleCloudChannelV1Sku LegacySku { get; set; }
Property Value
Type Description
GoogleCloudChannelV1Sku

Sku

The SKU pertaining to the provisioning resource as specified in the Offer.

Declaration
[JsonProperty("sku")]
public virtual GoogleCloudChannelV1Sku Sku { get; set; }
Property Value
Type Description
GoogleCloudChannelV1Sku

TransferEligibility

Describes the transfer eligibility of a SKU.

Declaration
[JsonProperty("transferEligibility")]
public virtual GoogleCloudChannelV1TransferEligibility TransferEligibility { get; set; }
Property Value
Type Description
GoogleCloudChannelV1TransferEligibility

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX