LicenseAssignmentList
Stay organized with collections
Save and categorize content based on your preferences.
JSON representation |
{
"kind": string,
"etag": string,
"items": [
{
object (LicenseAssignment )
}
],
"nextPageToken": string
} |
Fields |
kind |
string
Identifies the resource as a collection of LicenseAssignments.
|
etag |
string
ETag of the resource.
|
items[] |
object (LicenseAssignment )
The LicenseAssignments in this page of results.
|
nextPageToken |
string
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-25 UTC.
[null,null,["Last updated 2025-03-25 UTC."],[],[],null,["# LicenseAssignmentList\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"etag\": string, \"items\": [ { object (/workspace/admin/licensing/reference/rest/v1/licenseAssignments#LicenseAssignment) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` Identifies the resource as a collection of LicenseAssignments. |\n| `etag` | `string` ETag of the resource. |\n| `items[]` | `object (`[LicenseAssignment](/workspace/admin/licensing/reference/rest/v1/licenseAssignments#LicenseAssignment)`)` The LicenseAssignments in this page of results. |\n| `nextPageToken` | `string` 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. |"]]