Show / Hide Table of Contents

Class CustomerLicenseResource

The "customerLicense" collection of methods.

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

Constructors

CustomerLicenseResource(IClientService)

Constructs a new resource.

Declaration
public CustomerLicenseResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string)

Gets the status of a license for a customer to determine if they have access for a given app.

Declaration
public virtual CustomerLicenseResource.GetRequest Get(string applicationId, string customerId)
Parameters
Type Name Description
string applicationId

Application Id

string customerId

Customer Id

Returns
Type Description
CustomerLicenseResource.GetRequest
In this article
Back to top Generated by DocFX