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: Sources/billing/Types.swift
+40-40
Original file line number
Diff line number
Diff line change
@@ -690,19 +690,19 @@ public enum Components {
690
690
///
691
691
/// - Remark: Generated from `#/components/parameters/org`.
692
692
publictypealiasorg=Swift.String
693
-
/// If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, `2024`. Default value is the current year.
693
+
/// If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, `2025`. Default value is the current year.
694
694
///
695
695
/// - Remark: Generated from `#/components/parameters/billing-usage-report-year`.
/// If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`.
697
+
/// If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the default `year` is used.
698
698
///
699
699
/// - Remark: Generated from `#/components/parameters/billing-usage-report-month`.
/// If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`.
701
+
/// If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is specified, the default `year` and `month` are used.
702
702
///
703
703
/// - Remark: Generated from `#/components/parameters/billing-usage-report-day`.
/// If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`.
705
+
/// If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.
706
706
///
707
707
/// - Remark: Generated from `#/components/parameters/billing-usage-report-hour`.
/// - Remark: Generated from `#/paths/organizations/{org}/settings/billing/usage/GET/query`.
945
945
publicstructQuery:Sendable,Hashable{
946
-
/// If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, `2024`. Default value is the current year.
946
+
/// If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, `2025`. Default value is the current year.
947
947
///
948
948
/// - Remark: Generated from `#/paths/organizations/{org}/settings/billing/usage/GET/query/year`.
/// If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`.
950
+
/// If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the default `year` is used.
951
951
///
952
952
/// - Remark: Generated from `#/paths/organizations/{org}/settings/billing/usage/GET/query/month`.
/// If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`.
954
+
/// If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is specified, the default `year` and `month` are used.
955
955
///
956
956
/// - Remark: Generated from `#/paths/organizations/{org}/settings/billing/usage/GET/query/day`.
/// If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`.
958
+
/// If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.
959
959
///
960
960
/// - Remark: Generated from `#/paths/organizations/{org}/settings/billing/usage/GET/query/hour`.
/// - year: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, `2024`. Default value is the current year.
966
-
/// - month: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`.
967
-
/// - day: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`.
968
-
/// - hour: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`.
965
+
/// - year: If specified, only return results for a single year. The value of `year` is an integer with four digits representing a year. For example, `2025`. Default value is the current year.
966
+
/// - month: If specified, only return results for a single month. The value of `month` is an integer between `1` and `12`. If no year is specified the default `year` is used.
967
+
/// - day: If specified, only return results for a single day. The value of `day` is an integer between `1` and `31`. If no `year` or `month` is specified, the default `year` and `month` are used.
968
+
/// - hour: If specified, only return results for a single hour. The value of `hour` is an integer between `0` and `23`. If no `year`, `month`, or `day` is specified, the default `year`, `month`, and `day` are used.
0 commit comments