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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -710,11 +710,15 @@ func main() {
710
710
sortDirection:= datadog.UsageSortDirection("desc") // UsageSortDirection | The direction to sort by: `[desc, asc]`. (optional) (default to "desc")
711
711
sortName:= datadog.UsageAttributionSort("api_percentage") // UsageAttributionSort | The field to sort by. (optional) (default to "custom_timeseries_usage")
712
712
includeDescendants:=true// bool | Include child org usage in the response. Defaults to false. (optional) (default to false)
713
+
offset:=int64(789) // int64 | Number of records to skip before beginning to return. (optional) (default to 0)
714
+
limit:=int64(789) // int64 | Maximum number of records to be returned. (optional) (default to 5000)
@@ -754,6 +758,8 @@ Name | Type | Description | Notes
754
758
**sortDirection** | [**UsageSortDirection**](UsageSortDirection.md) | The direction to sort by: `[desc, asc]`. | [default to "desc"]
755
759
**sortName** | [**UsageAttributionSort**](UsageAttributionSort.md) | The field to sort by. | [default to "custom_timeseries_usage"]
756
760
**includeDescendants** | **bool** | Include child org usage in the response. Defaults to false. | [default to false]
761
+
**offset** | **int64** | Number of records to skip before beginning to return. | [default to 0]
762
+
**limit** | **int64** | Maximum number of records to be returned. | [default to 5000]
0 commit comments