File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
src/datadog_api_client/v2/model Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2024-01-03 08:46:02.810755 ",
8
- "spec_repo_commit": "08a40cb5 "
7
+ "regenerated": "2024-01-03 09:19:55.454928 ",
8
+ "spec_repo_commit": "9fcd8e1e "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2024-01-03 08:46:02.835674 ",
13
- "spec_repo_commit": "08a40cb5 "
12
+ "regenerated": "2024-01-03 09:19:55.471723 ",
13
+ "spec_repo_commit": "9fcd8e1e "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -1460,7 +1460,7 @@ components:
1460
1460
type: array
1461
1461
months:
1462
1462
deprecated: true
1463
- description: (deprecated) The number of months the report has been backfilled.
1463
+ description: The number of months the report has been backfilled.
1464
1464
format: int32
1465
1465
maximum: 36
1466
1466
type: integer
@@ -1657,7 +1657,7 @@ components:
1657
1657
type: integer
1658
1658
months:
1659
1659
deprecated: true
1660
- description: (deprecated) The number of months the report has been backfilled.
1660
+ description: The number of months the report has been backfilled.
1661
1661
format: int32
1662
1662
maximum: 36
1663
1663
type: integer
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ def __init__(
86
86
:param error_messages: The error messages for the AWS CUR config.
87
87
:type error_messages: [str], optional
88
88
89
- :param months: (deprecated) The number of months the report has been backfilled. **Deprecated**.
89
+ :param months: The number of months the report has been backfilled. **Deprecated**.
90
90
:type months: int, optional
91
91
92
92
:param report_name: The name of the Cost and Usage Report.
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def __init__(
107
107
:param id: The ID of the Azure config.
108
108
:type id: int, optional
109
109
110
- :param months: (deprecated) The number of months the report has been backfilled. **Deprecated**.
110
+ :param months: The number of months the report has been backfilled. **Deprecated**.
111
111
:type months: int, optional
112
112
113
113
:param scope: The scope of your observed subscription.
You can’t perform that action at this time.
0 commit comments