Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75877,11 +75877,8 @@ paths:
required: false
schema:
type: boolean
- description: '(Preview) Filter custom metrics that have or have not been queried
in the specified window[seconds].

If no window is provided or the window is less than 2 hours, a default of
2 hours will be applied.'
- description: (Preview) Filter custom metrics that have or have not been queried
in the past 30 days.
example: true
in: query
name: filter[queried]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1654,8 +1654,7 @@ public ListTagConfigurationsOptionalParameters filterIncludePercentiles(
* Set filterQueried.
*
* @param filterQueried (Preview) Filter custom metrics that have or have not been queried in
* the specified window[seconds]. If no window is provided or the window is less than 2
* hours, a default of 2 hours will be applied. (optional)
* the past 30 days. (optional)
* @return ListTagConfigurationsOptionalParameters
*/
public ListTagConfigurationsOptionalParameters filterQueried(Boolean filterQueried) {
Expand Down
Loading