public static class UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters extends Object
| Constructor and Description |
|---|
GetHourlyUsageAttributionOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters |
endHr(OffsetDateTime endHr)
Set endHr.
|
UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters |
includeDescendants(Boolean includeDescendants)
Set includeDescendants.
|
UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters |
nextRecordId(String nextRecordId)
Set nextRecordId.
|
UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters |
tagBreakdownKeys(String tagBreakdownKeys)
Set tagBreakdownKeys.
|
public GetHourlyUsageAttributionOptionalParameters()
public UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters endHr(OffsetDateTime endHr)
endHr - Datetime in ISO-8601 format, UTC, precise to hour: [YYYY-MM-DDThh]
for usage ending before this hour. (optional)public UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters nextRecordId(String nextRecordId)
nextRecordId - List following results with a next_record_id provided in the previous
query. (optional)public UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters tagBreakdownKeys(String tagBreakdownKeys)
tagBreakdownKeys - Comma separated list of tags used to group usage. If no value is
provided the usage will not be broken down by tags. To see which tags are available, look
for the value of tag_config_source in the API response. (optional)public UsageMeteringApi.GetHourlyUsageAttributionOptionalParameters includeDescendants(Boolean includeDescendants)
includeDescendants - Include child org usage in the response. Defaults to true
. (optional, default to true)Copyright © 2024. All rights reserved.