@@ -1693,7 +1693,7 @@ public ListTagConfigurationsOptionalParameters filterRelatedAssets(
16931693 * Set windowSeconds.
16941694 *
16951695 * @param windowSeconds The number of seconds of look back (from now) to apply to a filter[tag]
1696- * or filter[queried] query. Default value is 3600 (1 hour), maximum value is 2,592 ,000 (30
1696+ * or filter[queried] query. Default value is 3600 (1 hour), maximum value is 5,184 ,000 (60
16971697 * days). (optional)
16981698 * @return ListTagConfigurationsOptionalParameters
16991699 */
@@ -1841,13 +1841,13 @@ public PaginationIterable<MetricsAndMetricTagConfigurations> listTagConfiguratio
18411841 }
18421842
18431843 /**
1844- * Returns all metrics that can be configured in the Metrics Summary page or with Metrics without
1845- * Limits™ (matching additional filters if specified). Optionally, paginate by using the <code>
1846- * page[cursor]</code> and/or <code>page[size]</code> query parameters. To fetch the first page,
1847- * pass in a query parameter with either a valid <code>page[size] </code> or an empty cursor like
1848- * <code>page[cursor]= </code>. To fetch the next page, pass in the <code>next_cursor</code> value
1849- * from the response as the new <code>page[cursor] </code> value. Once the <code>
1850- * meta.pagination.next_cursor</code> value is null, all pages have been retrieved.
1844+ * Returns all metrics for your organization that match the given filter parameters. Optionally,
1845+ * paginate by using the <code>page[cursor]</code> and/or <code>page[size]</code> query
1846+ * parameters. To fetch the first page, pass in a query parameter with either a valid <code>
1847+ * page[size]</code> or an empty cursor like <code>page[cursor]= </code>. To fetch the next page,
1848+ * pass in the <code>next_cursor </code> value from the response as the new <code>page[cursor]
1849+ * </code> value. Once the <code>meta.pagination.next_cursor </code> value is null, all pages have
1850+ * been retrieved.
18511851 *
18521852 * @param parameters Optional parameters for the request.
18531853 * @return ApiResponse<MetricsAndMetricTagConfigurationsResponse>
0 commit comments