public static final class ListCloudGtmInstancesResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListCloudGtmInstancesResponseBody |
build() |
ListCloudGtmInstancesResponseBody.Builder |
instances(ListCloudGtmInstancesResponseBody.Instances instances)
The instances.
|
ListCloudGtmInstancesResponseBody.Builder |
pageNumber(Integer pageNumber)
Current page number, starting with 1, default is 1.
|
ListCloudGtmInstancesResponseBody.Builder |
pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100 and a default of 20.
|
ListCloudGtmInstancesResponseBody.Builder |
requestId(String requestId)
Unique request identification code.
|
ListCloudGtmInstancesResponseBody.Builder |
totalItems(Integer totalItems)
Total number of instance entries.
|
ListCloudGtmInstancesResponseBody.Builder |
totalPages(Integer totalPages)
Total number of pages.
|
public ListCloudGtmInstancesResponseBody.Builder instances(ListCloudGtmInstancesResponseBody.Instances instances)
The instances.
public ListCloudGtmInstancesResponseBody.Builder pageNumber(Integer pageNumber)
Current page number, starting with 1, default is 1.
example:1
public ListCloudGtmInstancesResponseBody.Builder pageSize(Integer pageSize)
The number of rows per page when paginating queries, with a maximum value of 100 and a default of 20.
example:20
public ListCloudGtmInstancesResponseBody.Builder requestId(String requestId)
Unique request identification code.
example:536E9CAD-DB30-4647-AC87-AA5CC38C5382
public ListCloudGtmInstancesResponseBody.Builder totalItems(Integer totalItems)
Total number of instance entries.
example:15
public ListCloudGtmInstancesResponseBody.Builder totalPages(Integer totalPages)
Total number of pages.
example:1
public ListCloudGtmInstancesResponseBody build()
Copyright © 2026. All rights reserved.