Class LicenseAssignmentList
Implements
Inherited Members
Namespace: Google.Apis.Licensing.v1.Data
Assembly: Google.Apis.Licensing.v1.dll
Syntax
public class LicenseAssignmentList : IDirectResponseSchema
Properties
ETag
ETag of the resource.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Items
The LicenseAssignments in this page of results.
Declaration
[JsonProperty("items")]
public virtual IList<LicenseAssignment> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<LicenseAssignment> |
Kind
Identifies the resource as a collection of LicenseAssignments.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
NextPageToken
The token that you must submit in a subsequent request to retrieve additional license results matching your
query parameters. The maxResults query string is related to the nextPageToken since maxResults
determines how many entries are returned on each next page.
Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| string |