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 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 |