You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1/datadog/docs/UsageMeteringApi.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -616,10 +616,12 @@ func main() {
616
616
endMonth:= time.Now() // time.Time | Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage ending this month. (optional)
617
617
sortDirection:= datadog.UsageSortDirection("desc") // UsageSortDirection | The direction to sort by: `[desc, asc]`. (optional) (default to "desc")
618
618
sortName:= datadog.UsageAttributionSort("api_percentage") // UsageAttributionSort | The field to sort by. (optional) (default to "custom_timeseries_usage")
619
+
includeDescendants:=true// bool | Include child org usage in the response. Defaults to false. (optional) (default to false)
@@ -658,6 +660,7 @@ Name | Type | Description | Notes
658
660
**endMonth** | **time.Time** | Datetime in ISO-8601 format, UTC, precise to month: `[YYYY-MM]` for usage ending this month. |
659
661
**sortDirection** | [**UsageSortDirection**](UsageSortDirection.md) | The direction to sort by: `[desc, asc]`. | [default to "desc"]
660
662
**sortName** | [**UsageAttributionSort**](UsageAttributionSort.md) | The field to sort by. | [default to "custom_timeseries_usage"]
663
+
**includeDescendants** | **bool** | Include child org usage in the response. Defaults to false. | [default to false]
0 commit comments