Show / Hide Table of Contents

Class CustomerLicense

Inheritance
object
CustomerLicense
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.GSuiteMarketplaceAPI.v2.Data
Assembly: Google.Apis.GSuiteMarketplaceAPI.v2.dll
Syntax
public class CustomerLicense : IDirectResponseSchema

Properties

ApplicationId

The ID of the application corresponding to this license query.

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

CustomerId

The domain name of the customer.

Declaration
[JsonProperty("customerId")]
public virtual string CustomerId { 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

Editions

(Deprecated)

Declaration
[JsonProperty("editions")]
public virtual IList<Editions> Editions { get; set; }
Property Value
Type Description
IList<Editions>

Id

The ID of the customer license.

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

Kind

The type of API resource. This is always appsmarket#customerLicense.

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

State

The customer's license status. One of: - ACTIVE: The customer has a valid license. - UNLICENSED: There is no license: either this customer has never installed your application, or else has deleted it.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX