public static class UsageMeteringApi.GetUsageAttributionOptionalParameters extends Object
| Constructor and Description |
|---|
GetUsageAttributionOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
UsageMeteringApi.GetUsageAttributionOptionalParameters |
endMonth(OffsetDateTime endMonth)
Set endMonth.
|
UsageMeteringApi.GetUsageAttributionOptionalParameters |
includeDescendants(Boolean includeDescendants)
Set includeDescendants.
|
UsageMeteringApi.GetUsageAttributionOptionalParameters |
limit(Long limit)
Set limit.
|
UsageMeteringApi.GetUsageAttributionOptionalParameters |
offset(Long offset)
Set offset.
|
UsageMeteringApi.GetUsageAttributionOptionalParameters |
sortDirection(UsageSortDirection sortDirection)
Set sortDirection.
|
UsageMeteringApi.GetUsageAttributionOptionalParameters |
sortName(UsageAttributionSort sortName)
Set sortName.
|
public GetUsageAttributionOptionalParameters()
public UsageMeteringApi.GetUsageAttributionOptionalParameters endMonth(OffsetDateTime endMonth)
endMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for usage ending this month. (optional)public UsageMeteringApi.GetUsageAttributionOptionalParameters sortDirection(UsageSortDirection sortDirection)
sortDirection - The direction to sort by: [desc, asc]. (optional, default
to "desc")public UsageMeteringApi.GetUsageAttributionOptionalParameters sortName(UsageAttributionSort sortName)
sortName - The field to sort by. (optional, default to "custom_timeseries_usage")public UsageMeteringApi.GetUsageAttributionOptionalParameters includeDescendants(Boolean includeDescendants)
includeDescendants - Include child org usage in the response. Defaults to false.
(optional, default to false)public UsageMeteringApi.GetUsageAttributionOptionalParameters offset(Long offset)
offset - Number of records to skip before beginning to return. (optional, default to 0)public UsageMeteringApi.GetUsageAttributionOptionalParameters limit(Long limit)
limit - Maximum number of records to be returned. (optional, default to 5000)Copyright © 2023. All rights reserved.