public static class UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters extends Object
| Constructor and Description |
|---|
GetEstimatedCostByOrgOptionalParameters() |
| Modifier and Type | Method and Description |
|---|---|
UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters |
endDate(OffsetDateTime endDate)
Set endDate.
|
UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters |
endMonth(OffsetDateTime endMonth)
Set endMonth.
|
UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters |
includeConnectedAccounts(Boolean includeConnectedAccounts)
Set includeConnectedAccounts.
|
UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters |
startDate(OffsetDateTime startDate)
Set startDate.
|
UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters |
startMonth(OffsetDateTime startMonth)
Set startMonth.
|
UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters |
view(String view)
Set view.
|
public GetEstimatedCostByOrgOptionalParameters()
public UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters 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.GetEstimatedCostByOrgOptionalParameters startMonth(OffsetDateTime startMonth)
startMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost beginning this month. Either start_month or start_date should be specified, but
not both. (start_month cannot go beyond two months in the past). Provide an
end_month to view month-over-month cost. (optional)public UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters endMonth(OffsetDateTime endMonth)
endMonth - Datetime in ISO-8601 format, UTC, precise to month: [YYYY-MM]
for cost ending this month. (optional)public UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters startDate(OffsetDateTime startDate)
startDate - Datetime in ISO-8601 format, UTC, precise to day: [YYYY-MM-DD]
for cost beginning this day. Either start_month or start_date should be specified, but
not both. (start_date cannot go beyond two months in the past). Provide an end_date
to view day-over-day cumulative cost. (optional)public UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters endDate(OffsetDateTime endDate)
endDate - Datetime in ISO-8601 format, UTC, precise to day: [YYYY-MM-DD]
for cost ending this day. (optional)public UsageMeteringApi.GetEstimatedCostByOrgOptionalParameters 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.