Show / Hide Table of Contents

Class LicenseAssignmentsResource.ListForProductAndSkuRequest

List all users assigned licenses for a specific product SKU.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<LicenseAssignmentList>
LicensingBaseServiceRequest<LicenseAssignmentList>
LicenseAssignmentsResource.ListForProductAndSkuRequest
Implements
IClientServiceRequest<LicenseAssignmentList>
IClientServiceRequest
Inherited Members
LicensingBaseServiceRequest<LicenseAssignmentList>.Xgafv
LicensingBaseServiceRequest<LicenseAssignmentList>.AccessToken
LicensingBaseServiceRequest<LicenseAssignmentList>.Alt
LicensingBaseServiceRequest<LicenseAssignmentList>.Callback
LicensingBaseServiceRequest<LicenseAssignmentList>.Fields
LicensingBaseServiceRequest<LicenseAssignmentList>.Key
LicensingBaseServiceRequest<LicenseAssignmentList>.OauthToken
LicensingBaseServiceRequest<LicenseAssignmentList>.PrettyPrint
LicensingBaseServiceRequest<LicenseAssignmentList>.QuotaUser
LicensingBaseServiceRequest<LicenseAssignmentList>.UploadType
LicensingBaseServiceRequest<LicenseAssignmentList>.UploadProtocol
ClientServiceRequest<LicenseAssignmentList>.Execute()
ClientServiceRequest<LicenseAssignmentList>.ExecuteAsStream()
ClientServiceRequest<LicenseAssignmentList>.ExecuteAsync()
ClientServiceRequest<LicenseAssignmentList>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LicenseAssignmentList>.ExecuteAsStreamAsync()
ClientServiceRequest<LicenseAssignmentList>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LicenseAssignmentList>.CreateRequest(bool?)
ClientServiceRequest<LicenseAssignmentList>.GenerateRequestUri()
ClientServiceRequest<LicenseAssignmentList>.GetBody()
ClientServiceRequest<LicenseAssignmentList>.GetDefaultETagAction(string)
ClientServiceRequest<LicenseAssignmentList>.ETagAction
ClientServiceRequest<LicenseAssignmentList>.ModifyRequest
ClientServiceRequest<LicenseAssignmentList>.ValidateParameters
ClientServiceRequest<LicenseAssignmentList>.ApiVersion
ClientServiceRequest<LicenseAssignmentList>.RequestParameters
ClientServiceRequest<LicenseAssignmentList>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Licensing.v1
Assembly: Google.Apis.Licensing.v1.dll
Syntax
public class LicenseAssignmentsResource.ListForProductAndSkuRequest : LicensingBaseServiceRequest<LicenseAssignmentList>, IClientServiceRequest<LicenseAssignmentList>, IClientServiceRequest

Constructors

ListForProductAndSkuRequest(IClientService, string, string, string)

Constructs a new ListForProductAndSku request.

Declaration
public ListForProductAndSkuRequest(IClientService service, string productId, string skuId, string customerId)
Parameters
Type Name Description
IClientService service
string productId
string skuId
string customerId

Properties

CustomerId

The customer's unique ID as defined in the Admin console, such as C00000000. If the customer is suspended, the server returns an error.

Declaration
[RequestParameter("customerId", RequestParameterType.Query)]
public virtual string CustomerId { get; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LicenseAssignmentList>.HttpMethod

MaxResults

The maxResults query string determines how many entries are returned on each page of a large response. This is an optional parameter. The value must be a positive number.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type Description
long?

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LicenseAssignmentList>.MethodName

PageToken

Token to fetch the next page of data. The maxResults query string is related to the pageToken since maxResults determines how many entries are returned on each page. This is an optional query string. If not specified, the server returns the first page.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

ProductId

A product's unique identifier. For more information about products in this version of the API, see Products and SKUs.

Declaration
[RequestParameter("productId", RequestParameterType.Path)]
public virtual string ProductId { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<LicenseAssignmentList>.RestPath

SkuId

A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs.

Declaration
[RequestParameter("skuId", RequestParameterType.Path)]
public virtual string SkuId { get; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes ListForProductAndSku parameter list.

Declaration
protected override void InitParameters()
Overrides
LicensingBaseServiceRequest<LicenseAssignmentList>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX