public static class UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters extends Object
| Constructor and Description |
|---|
GetHistoricalCostByOrgOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters |
endMonth(OffsetDateTime endMonth)
Set endMonth.
|
UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters |
includeConnectedAccounts(Boolean includeConnectedAccounts)
Set includeConnectedAccounts.
|
UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters |
view(String view)
Set view.
|
public GetHistoricalCostByOrgOptionalParameters()
public UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters view(String view)
view - String to specify whether cost is broken down at a parent-org level or at the
sub-org level. Available views are summary and sub-org.
Defaults to summary. (optional)public UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters endMonth(OffsetDateTime endMonth)
endMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost ending this month. (optional)public UsageMeteringApi.GetHistoricalCostByOrgOptionalParameters includeConnectedAccounts(Boolean includeConnectedAccounts)
includeConnectedAccounts - Boolean to specify whether to include accounts connected to
the current account as partner customers in the Datadog partner network program. Defaults
to false. (optional, default to false)Copyright © 2024. All rights reserved.