Show / Hide Table of Contents

Class GoogleCloudChannelV1TransferEligibility

Specifies transfer eligibility of a SKU.

Inheritance
object
GoogleCloudChannelV1TransferEligibility
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 GoogleCloudChannelV1TransferEligibility : IDirectResponseSchema

Properties

Description

Localized description if reseller is not eligible to transfer the SKU.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

IneligibilityReason

Specified the reason for ineligibility.

Declaration
[JsonProperty("ineligibilityReason")]
public virtual string IneligibilityReason { get; set; }
Property Value
Type Description
string

IsEligible

Whether reseller is eligible to transfer the SKU.

Declaration
[JsonProperty("isEligible")]
public virtual bool? IsEligible { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX