LicenseAssignmentList
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"kind": string,
"etag": string,
"items": [
{
object (LicenseAssignment )
}
],
"nextPageToken": string
} |
字段 |
kind |
string
将资源标识为 LicenseAssignment 集合。
|
etag |
string
资源的 ETag。
|
items[] |
object (LicenseAssignment )
此结果页面中的 LicenseAssignment。
|
nextPageToken |
string
您必须在后续请求中提交此令牌,才能检索与您的查询参数匹配的其他许可结果。maxResults 查询字符串与 nextPageToken 相关,因为 maxResults 决定了每个后续页面上返回的条目数量。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[],[],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. |"]]