Class CustomerLicenseResource
The "customerLicense" collection of methods.
Inherited Members
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 |