Show / Hide Table of Contents

Class UserLicenseResource

The "userLicense" collection of methods.

Inheritance
object
UserLicenseResource
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 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
In this article
Back to top Generated by DocFX