public static class UsageMeteringApi.ListQuotasOptionalParameters extends Object
| Constructor and Description |
|---|
ListQuotasOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
UsageMeteringApi.ListQuotasOptionalParameters |
includeDescendants(Boolean includeDescendants)
Set includeDescendants.
|
UsageMeteringApi.ListQuotasOptionalParameters |
pageCursor(String pageCursor)
Set pageCursor.
|
UsageMeteringApi.ListQuotasOptionalParameters |
pageLimit(Long pageLimit)
Set pageLimit.
|
public UsageMeteringApi.ListQuotasOptionalParameters includeDescendants(Boolean includeDescendants)
includeDescendants - Whether to include quotas configured on descendant organizations in
the caller's organization hierarchy. Only descendants in the same datacenter are
supported. (optional, default to false)public UsageMeteringApi.ListQuotasOptionalParameters pageCursor(String pageCursor)
pageCursor - An opaque cursor from a previous response's meta.page.next_cursor
used to retrieve the next page. (optional)public UsageMeteringApi.ListQuotasOptionalParameters pageLimit(Long pageLimit)
pageLimit - The number of usage quotas to return per page. (optional, default to 100)Copyright © 2026. All rights reserved.