Class UserLicenseResource
The "userLicense" collection of methods.
Inherited Members
Namespace: Google.Apis.GSuiteMarketplaceAPI.v2
Assembly: Google.Apis.GSuiteMarketplaceAPI.v2.dll
Syntax
public class UserLicenseResource
Constructors
UserLicenseResource(IClientService)
Constructs a new resource.
Declaration
public UserLicenseResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Get(string, string)
Gets the user's licensing status for their permission to use a given app.
Declaration
public virtual UserLicenseResource.GetRequest Get(string applicationId, string userId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | applicationId | Application Id |
| string | userId | User Id |
Returns
| Type | Description |
|---|---|
| UserLicenseResource.GetRequest |