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 customer's licensing status to determine if they have access to a given app. For more information, see Getting app installation and licensing details.

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

The ID of the application.

string customerId

The ID of the customer.

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