volcengine-python-sdk 4.0.25__py2.py3-none-any.whl → 4.0.26__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of volcengine-python-sdk might be problematic. Click here for more details.
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/METADATA +1 -1
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/RECORD +76 -11
- volcenginesdkbilling/__init__.py +65 -0
- volcenginesdkbilling/api/billing_api.py +1662 -13
- volcenginesdkbilling/models/__init__.py +65 -0
- volcenginesdkbilling/models/billing_mode_info_list_for_list_budget_filter_billing_mode_output.py +149 -0
- volcenginesdkbilling/models/budget_alert_message_detail_list_for_query_budget_detail_output.py +279 -0
- volcenginesdkbilling/models/budget_alert_message_for_create_budget_input.py +201 -0
- volcenginesdkbilling/models/budget_alert_message_for_update_budget_input.py +201 -0
- volcenginesdkbilling/models/budget_alert_rule_for_create_budget_input.py +215 -0
- volcenginesdkbilling/models/budget_alert_rule_for_update_budget_input.py +215 -0
- volcenginesdkbilling/models/budget_alert_rule_list_for_query_budget_detail_output.py +201 -0
- volcenginesdkbilling/models/budget_amount_for_create_budget_input.py +175 -0
- volcenginesdkbilling/models/budget_amount_for_update_budget_input.py +175 -0
- volcenginesdkbilling/models/budget_amount_list_for_list_budget_amount_by_budget_id_output.py +253 -0
- volcenginesdkbilling/models/budget_for_create_budget_input.py +274 -0
- volcenginesdkbilling/models/budget_for_query_budget_detail_output.py +253 -0
- volcenginesdkbilling/models/budget_for_update_budget_input.py +274 -0
- volcenginesdkbilling/models/budget_list_for_list_budget_output.py +357 -0
- volcenginesdkbilling/models/budget_range_billing_mode_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_for_create_budget_input.py +331 -0
- volcenginesdkbilling/models/budget_range_for_update_budget_input.py +331 -0
- volcenginesdkbilling/models/budget_range_info_for_query_budget_detail_output.py +331 -0
- volcenginesdkbilling/models/budget_range_owner_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_payer_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_product_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_region_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_subject_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/budget_range_zone_for_query_budget_detail_output.py +149 -0
- volcenginesdkbilling/models/create_budget_request.py +227 -0
- volcenginesdkbilling/models/create_budget_response.py +123 -0
- volcenginesdkbilling/models/delete_budget_request.py +124 -0
- volcenginesdkbilling/models/delete_budget_response.py +95 -0
- volcenginesdkbilling/models/list_budget_amount_by_budget_id_request.py +124 -0
- volcenginesdkbilling/models/list_budget_amount_by_budget_id_response.py +123 -0
- volcenginesdkbilling/models/list_budget_filter_billing_mode_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_billing_mode_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_owner_id_request.py +95 -0
- volcenginesdkbilling/models/list_budget_filter_owner_id_response.py +123 -0
- volcenginesdkbilling/models/list_budget_filter_payer_id_request.py +95 -0
- volcenginesdkbilling/models/list_budget_filter_payer_id_response.py +123 -0
- volcenginesdkbilling/models/list_budget_filter_product_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_product_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_project_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_project_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_region_code_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_region_code_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_subject_info_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_subject_info_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_tag_key_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_tag_key_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_tag_value_request.py +178 -0
- volcenginesdkbilling/models/list_budget_filter_tag_value_response.py +201 -0
- volcenginesdkbilling/models/list_budget_filter_zone_code_request.py +151 -0
- volcenginesdkbilling/models/list_budget_filter_zone_code_response.py +201 -0
- volcenginesdkbilling/models/list_budget_request.py +302 -0
- volcenginesdkbilling/models/list_budget_response.py +201 -0
- volcenginesdkbilling/models/list_for_list_budget_filter_owner_id_output.py +149 -0
- volcenginesdkbilling/models/list_for_list_budget_filter_payer_id_output.py +149 -0
- volcenginesdkbilling/models/list_for_list_budget_filter_product_output.py +149 -0
- volcenginesdkbilling/models/list_recipient_information_request.py +151 -0
- volcenginesdkbilling/models/list_recipient_information_response.py +201 -0
- volcenginesdkbilling/models/query_budget_detail_request.py +124 -0
- volcenginesdkbilling/models/query_budget_detail_response.py +201 -0
- volcenginesdkbilling/models/recipient_information_list_for_list_recipient_information_output.py +201 -0
- volcenginesdkbilling/models/region_info_list_for_list_budget_filter_region_code_output.py +149 -0
- volcenginesdkbilling/models/subject_info_list_for_list_budget_filter_subject_info_output.py +149 -0
- volcenginesdkbilling/models/update_budget_request.py +254 -0
- volcenginesdkbilling/models/update_budget_response.py +95 -0
- volcenginesdkbilling/models/zone_info_list_for_list_budget_filter_zone_code_output.py +149 -0
- volcenginesdkcore/api_client.py +1 -1
- volcenginesdkcore/configuration.py +1 -1
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/WHEEL +0 -0
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/licenses/LICENSE.txt +0 -0
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/licenses/NOTICE.md +0 -0
- {volcengine_python_sdk-4.0.25.dist-info → volcengine_python_sdk-4.0.26.dist-info}/top_level.txt +0 -0
|
@@ -18,6 +18,30 @@ from __future__ import absolute_import
|
|
|
18
18
|
from volcenginesdkbilling.models.auth_for_list_invitation_output import AuthForListInvitationOutput
|
|
19
19
|
from volcenginesdkbilling.models.auth_info_for_list_financial_relation_output import AuthInfoForListFinancialRelationOutput
|
|
20
20
|
from volcenginesdkbilling.models.auth_info_for_list_invitation_output import AuthInfoForListInvitationOutput
|
|
21
|
+
from volcenginesdkbilling.models.billing_mode_info_list_for_list_budget_filter_billing_mode_output import BillingModeInfoListForListBudgetFilterBillingModeOutput
|
|
22
|
+
from volcenginesdkbilling.models.budget_alert_message_detail_list_for_query_budget_detail_output import BudgetAlertMessageDetailListForQueryBudgetDetailOutput
|
|
23
|
+
from volcenginesdkbilling.models.budget_alert_message_for_create_budget_input import BudgetAlertMessageForCreateBudgetInput
|
|
24
|
+
from volcenginesdkbilling.models.budget_alert_message_for_update_budget_input import BudgetAlertMessageForUpdateBudgetInput
|
|
25
|
+
from volcenginesdkbilling.models.budget_alert_rule_for_create_budget_input import BudgetAlertRuleForCreateBudgetInput
|
|
26
|
+
from volcenginesdkbilling.models.budget_alert_rule_for_update_budget_input import BudgetAlertRuleForUpdateBudgetInput
|
|
27
|
+
from volcenginesdkbilling.models.budget_alert_rule_list_for_query_budget_detail_output import BudgetAlertRuleListForQueryBudgetDetailOutput
|
|
28
|
+
from volcenginesdkbilling.models.budget_amount_for_create_budget_input import BudgetAmountForCreateBudgetInput
|
|
29
|
+
from volcenginesdkbilling.models.budget_amount_for_update_budget_input import BudgetAmountForUpdateBudgetInput
|
|
30
|
+
from volcenginesdkbilling.models.budget_amount_list_for_list_budget_amount_by_budget_id_output import BudgetAmountListForListBudgetAmountByBudgetIDOutput
|
|
31
|
+
from volcenginesdkbilling.models.budget_for_create_budget_input import BudgetForCreateBudgetInput
|
|
32
|
+
from volcenginesdkbilling.models.budget_for_query_budget_detail_output import BudgetForQueryBudgetDetailOutput
|
|
33
|
+
from volcenginesdkbilling.models.budget_for_update_budget_input import BudgetForUpdateBudgetInput
|
|
34
|
+
from volcenginesdkbilling.models.budget_list_for_list_budget_output import BudgetListForListBudgetOutput
|
|
35
|
+
from volcenginesdkbilling.models.budget_range_billing_mode_for_query_budget_detail_output import BudgetRangeBillingModeForQueryBudgetDetailOutput
|
|
36
|
+
from volcenginesdkbilling.models.budget_range_for_create_budget_input import BudgetRangeForCreateBudgetInput
|
|
37
|
+
from volcenginesdkbilling.models.budget_range_for_update_budget_input import BudgetRangeForUpdateBudgetInput
|
|
38
|
+
from volcenginesdkbilling.models.budget_range_info_for_query_budget_detail_output import BudgetRangeInfoForQueryBudgetDetailOutput
|
|
39
|
+
from volcenginesdkbilling.models.budget_range_owner_for_query_budget_detail_output import BudgetRangeOwnerForQueryBudgetDetailOutput
|
|
40
|
+
from volcenginesdkbilling.models.budget_range_payer_for_query_budget_detail_output import BudgetRangePayerForQueryBudgetDetailOutput
|
|
41
|
+
from volcenginesdkbilling.models.budget_range_product_for_query_budget_detail_output import BudgetRangeProductForQueryBudgetDetailOutput
|
|
42
|
+
from volcenginesdkbilling.models.budget_range_region_for_query_budget_detail_output import BudgetRangeRegionForQueryBudgetDetailOutput
|
|
43
|
+
from volcenginesdkbilling.models.budget_range_subject_for_query_budget_detail_output import BudgetRangeSubjectForQueryBudgetDetailOutput
|
|
44
|
+
from volcenginesdkbilling.models.budget_range_zone_for_query_budget_detail_output import BudgetRangeZoneForQueryBudgetDetailOutput
|
|
21
45
|
from volcenginesdkbilling.models.cancel_invitation_request import CancelInvitationRequest
|
|
22
46
|
from volcenginesdkbilling.models.cancel_invitation_response import CancelInvitationResponse
|
|
23
47
|
from volcenginesdkbilling.models.cancel_order_request import CancelOrderRequest
|
|
@@ -29,8 +53,12 @@ from volcenginesdkbilling.models.config_list_for_query_price_for_pay_as_you_go_o
|
|
|
29
53
|
from volcenginesdkbilling.models.config_list_for_query_price_for_subscription_input import ConfigListForQueryPriceForSubscriptionInput
|
|
30
54
|
from volcenginesdkbilling.models.config_list_for_query_price_for_subscription_output import ConfigListForQueryPriceForSubscriptionOutput
|
|
31
55
|
from volcenginesdkbilling.models.convert_list_for_list_bill_overview_by_category_output import ConvertListForListBillOverviewByCategoryOutput
|
|
56
|
+
from volcenginesdkbilling.models.create_budget_request import CreateBudgetRequest
|
|
57
|
+
from volcenginesdkbilling.models.create_budget_response import CreateBudgetResponse
|
|
32
58
|
from volcenginesdkbilling.models.create_financial_relation_request import CreateFinancialRelationRequest
|
|
33
59
|
from volcenginesdkbilling.models.create_financial_relation_response import CreateFinancialRelationResponse
|
|
60
|
+
from volcenginesdkbilling.models.delete_budget_request import DeleteBudgetRequest
|
|
61
|
+
from volcenginesdkbilling.models.delete_budget_response import DeleteBudgetResponse
|
|
34
62
|
from volcenginesdkbilling.models.delete_financial_relation_request import DeleteFinancialRelationRequest
|
|
35
63
|
from volcenginesdkbilling.models.delete_financial_relation_response import DeleteFinancialRelationResponse
|
|
36
64
|
from volcenginesdkbilling.models.discount_detail_for_query_price_for_pay_as_you_go_output import DiscountDetailForQueryPriceForPayAsYouGoOutput
|
|
@@ -57,6 +85,30 @@ from volcenginesdkbilling.models.list_bill_overview_by_prod_request import ListB
|
|
|
57
85
|
from volcenginesdkbilling.models.list_bill_overview_by_prod_response import ListBillOverviewByProdResponse
|
|
58
86
|
from volcenginesdkbilling.models.list_bill_request import ListBillRequest
|
|
59
87
|
from volcenginesdkbilling.models.list_bill_response import ListBillResponse
|
|
88
|
+
from volcenginesdkbilling.models.list_budget_amount_by_budget_id_request import ListBudgetAmountByBudgetIDRequest
|
|
89
|
+
from volcenginesdkbilling.models.list_budget_amount_by_budget_id_response import ListBudgetAmountByBudgetIDResponse
|
|
90
|
+
from volcenginesdkbilling.models.list_budget_filter_billing_mode_request import ListBudgetFilterBillingModeRequest
|
|
91
|
+
from volcenginesdkbilling.models.list_budget_filter_billing_mode_response import ListBudgetFilterBillingModeResponse
|
|
92
|
+
from volcenginesdkbilling.models.list_budget_filter_owner_id_request import ListBudgetFilterOwnerIDRequest
|
|
93
|
+
from volcenginesdkbilling.models.list_budget_filter_owner_id_response import ListBudgetFilterOwnerIDResponse
|
|
94
|
+
from volcenginesdkbilling.models.list_budget_filter_payer_id_request import ListBudgetFilterPayerIDRequest
|
|
95
|
+
from volcenginesdkbilling.models.list_budget_filter_payer_id_response import ListBudgetFilterPayerIDResponse
|
|
96
|
+
from volcenginesdkbilling.models.list_budget_filter_product_request import ListBudgetFilterProductRequest
|
|
97
|
+
from volcenginesdkbilling.models.list_budget_filter_product_response import ListBudgetFilterProductResponse
|
|
98
|
+
from volcenginesdkbilling.models.list_budget_filter_project_request import ListBudgetFilterProjectRequest
|
|
99
|
+
from volcenginesdkbilling.models.list_budget_filter_project_response import ListBudgetFilterProjectResponse
|
|
100
|
+
from volcenginesdkbilling.models.list_budget_filter_region_code_request import ListBudgetFilterRegionCodeRequest
|
|
101
|
+
from volcenginesdkbilling.models.list_budget_filter_region_code_response import ListBudgetFilterRegionCodeResponse
|
|
102
|
+
from volcenginesdkbilling.models.list_budget_filter_subject_info_request import ListBudgetFilterSubjectInfoRequest
|
|
103
|
+
from volcenginesdkbilling.models.list_budget_filter_subject_info_response import ListBudgetFilterSubjectInfoResponse
|
|
104
|
+
from volcenginesdkbilling.models.list_budget_filter_tag_key_request import ListBudgetFilterTagKeyRequest
|
|
105
|
+
from volcenginesdkbilling.models.list_budget_filter_tag_key_response import ListBudgetFilterTagKeyResponse
|
|
106
|
+
from volcenginesdkbilling.models.list_budget_filter_tag_value_request import ListBudgetFilterTagValueRequest
|
|
107
|
+
from volcenginesdkbilling.models.list_budget_filter_tag_value_response import ListBudgetFilterTagValueResponse
|
|
108
|
+
from volcenginesdkbilling.models.list_budget_filter_zone_code_request import ListBudgetFilterZoneCodeRequest
|
|
109
|
+
from volcenginesdkbilling.models.list_budget_filter_zone_code_response import ListBudgetFilterZoneCodeResponse
|
|
110
|
+
from volcenginesdkbilling.models.list_budget_request import ListBudgetRequest
|
|
111
|
+
from volcenginesdkbilling.models.list_budget_response import ListBudgetResponse
|
|
60
112
|
from volcenginesdkbilling.models.list_coupon_usage_records_request import ListCouponUsageRecordsRequest
|
|
61
113
|
from volcenginesdkbilling.models.list_coupon_usage_records_response import ListCouponUsageRecordsResponse
|
|
62
114
|
from volcenginesdkbilling.models.list_coupons_request import ListCouponsRequest
|
|
@@ -70,6 +122,9 @@ from volcenginesdkbilling.models.list_for_list_bill_detail_output import ListFor
|
|
|
70
122
|
from volcenginesdkbilling.models.list_for_list_bill_output import ListForListBillOutput
|
|
71
123
|
from volcenginesdkbilling.models.list_for_list_bill_overview_by_category_output import ListForListBillOverviewByCategoryOutput
|
|
72
124
|
from volcenginesdkbilling.models.list_for_list_bill_overview_by_prod_output import ListForListBillOverviewByProdOutput
|
|
125
|
+
from volcenginesdkbilling.models.list_for_list_budget_filter_owner_id_output import ListForListBudgetFilterOwnerIDOutput
|
|
126
|
+
from volcenginesdkbilling.models.list_for_list_budget_filter_payer_id_output import ListForListBudgetFilterPayerIDOutput
|
|
127
|
+
from volcenginesdkbilling.models.list_for_list_budget_filter_product_output import ListForListBudgetFilterProductOutput
|
|
73
128
|
from volcenginesdkbilling.models.list_for_list_coupon_usage_records_output import ListForListCouponUsageRecordsOutput
|
|
74
129
|
from volcenginesdkbilling.models.list_for_list_coupons_output import ListForListCouponsOutput
|
|
75
130
|
from volcenginesdkbilling.models.list_for_list_financial_relation_output import ListForListFinancialRelationOutput
|
|
@@ -85,6 +140,8 @@ from volcenginesdkbilling.models.list_orders_request import ListOrdersRequest
|
|
|
85
140
|
from volcenginesdkbilling.models.list_orders_response import ListOrdersResponse
|
|
86
141
|
from volcenginesdkbilling.models.list_package_usage_details_request import ListPackageUsageDetailsRequest
|
|
87
142
|
from volcenginesdkbilling.models.list_package_usage_details_response import ListPackageUsageDetailsResponse
|
|
143
|
+
from volcenginesdkbilling.models.list_recipient_information_request import ListRecipientInformationRequest
|
|
144
|
+
from volcenginesdkbilling.models.list_recipient_information_response import ListRecipientInformationResponse
|
|
88
145
|
from volcenginesdkbilling.models.list_resource_packages_request import ListResourcePackagesRequest
|
|
89
146
|
from volcenginesdkbilling.models.list_resource_packages_response import ListResourcePackagesResponse
|
|
90
147
|
from volcenginesdkbilling.models.list_split_bill_detail_request import ListSplitBillDetailRequest
|
|
@@ -100,17 +157,22 @@ from volcenginesdkbilling.models.pay_order_response import PayOrderResponse
|
|
|
100
157
|
from volcenginesdkbilling.models.product_limit_list_for_list_coupons_output import ProductLimitListForListCouponsOutput
|
|
101
158
|
from volcenginesdkbilling.models.query_balance_acct_request import QueryBalanceAcctRequest
|
|
102
159
|
from volcenginesdkbilling.models.query_balance_acct_response import QueryBalanceAcctResponse
|
|
160
|
+
from volcenginesdkbilling.models.query_budget_detail_request import QueryBudgetDetailRequest
|
|
161
|
+
from volcenginesdkbilling.models.query_budget_detail_response import QueryBudgetDetailResponse
|
|
103
162
|
from volcenginesdkbilling.models.query_price_for_pay_as_you_go_request import QueryPriceForPayAsYouGoRequest
|
|
104
163
|
from volcenginesdkbilling.models.query_price_for_pay_as_you_go_response import QueryPriceForPayAsYouGoResponse
|
|
105
164
|
from volcenginesdkbilling.models.query_price_for_renew_request import QueryPriceForRenewRequest
|
|
106
165
|
from volcenginesdkbilling.models.query_price_for_renew_response import QueryPriceForRenewResponse
|
|
107
166
|
from volcenginesdkbilling.models.query_price_for_subscription_request import QueryPriceForSubscriptionRequest
|
|
108
167
|
from volcenginesdkbilling.models.query_price_for_subscription_response import QueryPriceForSubscriptionResponse
|
|
168
|
+
from volcenginesdkbilling.models.recipient_information_list_for_list_recipient_information_output import RecipientInformationListForListRecipientInformationOutput
|
|
169
|
+
from volcenginesdkbilling.models.region_info_list_for_list_budget_filter_region_code_output import RegionInfoListForListBudgetFilterRegionCodeOutput
|
|
109
170
|
from volcenginesdkbilling.models.relation_for_list_invitation_output import RelationForListInvitationOutput
|
|
110
171
|
from volcenginesdkbilling.models.renew_instance_request import RenewInstanceRequest
|
|
111
172
|
from volcenginesdkbilling.models.renew_instance_response import RenewInstanceResponse
|
|
112
173
|
from volcenginesdkbilling.models.set_renewal_type_request import SetRenewalTypeRequest
|
|
113
174
|
from volcenginesdkbilling.models.set_renewal_type_response import SetRenewalTypeResponse
|
|
175
|
+
from volcenginesdkbilling.models.subject_info_list_for_list_budget_filter_subject_info_output import SubjectInfoListForListBudgetFilterSubjectInfoOutput
|
|
114
176
|
from volcenginesdkbilling.models.success_instance_info_for_unsubscribe_instance_output import SuccessInstanceInfoForUnsubscribeInstanceOutput
|
|
115
177
|
from volcenginesdkbilling.models.success_instance_list_for_renew_instance_output import SuccessInstanceListForRenewInstanceOutput
|
|
116
178
|
from volcenginesdkbilling.models.success_instance_list_for_set_renewal_type_output import SuccessInstanceListForSetRenewalTypeOutput
|
|
@@ -118,3 +180,6 @@ from volcenginesdkbilling.models.unsubscribe_instance_request import Unsubscribe
|
|
|
118
180
|
from volcenginesdkbilling.models.unsubscribe_instance_response import UnsubscribeInstanceResponse
|
|
119
181
|
from volcenginesdkbilling.models.update_auth_request import UpdateAuthRequest
|
|
120
182
|
from volcenginesdkbilling.models.update_auth_response import UpdateAuthResponse
|
|
183
|
+
from volcenginesdkbilling.models.update_budget_request import UpdateBudgetRequest
|
|
184
|
+
from volcenginesdkbilling.models.update_budget_response import UpdateBudgetResponse
|
|
185
|
+
from volcenginesdkbilling.models.zone_info_list_for_list_budget_filter_zone_code_output import ZoneInfoListForListBudgetFilterZoneCodeOutput
|
volcenginesdkbilling/models/billing_mode_info_list_for_list_budget_filter_billing_mode_output.py
ADDED
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
billing
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class BillingModeInfoListForListBudgetFilterBillingModeOutput(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'billing_mode_code': 'str',
|
|
37
|
+
'billing_mode_name': 'str'
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
attribute_map = {
|
|
41
|
+
'billing_mode_code': 'BillingModeCode',
|
|
42
|
+
'billing_mode_name': 'BillingModeName'
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
def __init__(self, billing_mode_code=None, billing_mode_name=None, _configuration=None): # noqa: E501
|
|
46
|
+
"""BillingModeInfoListForListBudgetFilterBillingModeOutput - a model defined in Swagger""" # noqa: E501
|
|
47
|
+
if _configuration is None:
|
|
48
|
+
_configuration = Configuration()
|
|
49
|
+
self._configuration = _configuration
|
|
50
|
+
|
|
51
|
+
self._billing_mode_code = None
|
|
52
|
+
self._billing_mode_name = None
|
|
53
|
+
self.discriminator = None
|
|
54
|
+
|
|
55
|
+
if billing_mode_code is not None:
|
|
56
|
+
self.billing_mode_code = billing_mode_code
|
|
57
|
+
if billing_mode_name is not None:
|
|
58
|
+
self.billing_mode_name = billing_mode_name
|
|
59
|
+
|
|
60
|
+
@property
|
|
61
|
+
def billing_mode_code(self):
|
|
62
|
+
"""Gets the billing_mode_code of this BillingModeInfoListForListBudgetFilterBillingModeOutput. # noqa: E501
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
:return: The billing_mode_code of this BillingModeInfoListForListBudgetFilterBillingModeOutput. # noqa: E501
|
|
66
|
+
:rtype: str
|
|
67
|
+
"""
|
|
68
|
+
return self._billing_mode_code
|
|
69
|
+
|
|
70
|
+
@billing_mode_code.setter
|
|
71
|
+
def billing_mode_code(self, billing_mode_code):
|
|
72
|
+
"""Sets the billing_mode_code of this BillingModeInfoListForListBudgetFilterBillingModeOutput.
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
:param billing_mode_code: The billing_mode_code of this BillingModeInfoListForListBudgetFilterBillingModeOutput. # noqa: E501
|
|
76
|
+
:type: str
|
|
77
|
+
"""
|
|
78
|
+
|
|
79
|
+
self._billing_mode_code = billing_mode_code
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
def billing_mode_name(self):
|
|
83
|
+
"""Gets the billing_mode_name of this BillingModeInfoListForListBudgetFilterBillingModeOutput. # noqa: E501
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
:return: The billing_mode_name of this BillingModeInfoListForListBudgetFilterBillingModeOutput. # noqa: E501
|
|
87
|
+
:rtype: str
|
|
88
|
+
"""
|
|
89
|
+
return self._billing_mode_name
|
|
90
|
+
|
|
91
|
+
@billing_mode_name.setter
|
|
92
|
+
def billing_mode_name(self, billing_mode_name):
|
|
93
|
+
"""Sets the billing_mode_name of this BillingModeInfoListForListBudgetFilterBillingModeOutput.
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
:param billing_mode_name: The billing_mode_name of this BillingModeInfoListForListBudgetFilterBillingModeOutput. # noqa: E501
|
|
97
|
+
:type: str
|
|
98
|
+
"""
|
|
99
|
+
|
|
100
|
+
self._billing_mode_name = billing_mode_name
|
|
101
|
+
|
|
102
|
+
def to_dict(self):
|
|
103
|
+
"""Returns the model properties as a dict"""
|
|
104
|
+
result = {}
|
|
105
|
+
|
|
106
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
107
|
+
value = getattr(self, attr)
|
|
108
|
+
if isinstance(value, list):
|
|
109
|
+
result[attr] = list(map(
|
|
110
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
111
|
+
value
|
|
112
|
+
))
|
|
113
|
+
elif hasattr(value, "to_dict"):
|
|
114
|
+
result[attr] = value.to_dict()
|
|
115
|
+
elif isinstance(value, dict):
|
|
116
|
+
result[attr] = dict(map(
|
|
117
|
+
lambda item: (item[0], item[1].to_dict())
|
|
118
|
+
if hasattr(item[1], "to_dict") else item,
|
|
119
|
+
value.items()
|
|
120
|
+
))
|
|
121
|
+
else:
|
|
122
|
+
result[attr] = value
|
|
123
|
+
if issubclass(BillingModeInfoListForListBudgetFilterBillingModeOutput, dict):
|
|
124
|
+
for key, value in self.items():
|
|
125
|
+
result[key] = value
|
|
126
|
+
|
|
127
|
+
return result
|
|
128
|
+
|
|
129
|
+
def to_str(self):
|
|
130
|
+
"""Returns the string representation of the model"""
|
|
131
|
+
return pprint.pformat(self.to_dict())
|
|
132
|
+
|
|
133
|
+
def __repr__(self):
|
|
134
|
+
"""For `print` and `pprint`"""
|
|
135
|
+
return self.to_str()
|
|
136
|
+
|
|
137
|
+
def __eq__(self, other):
|
|
138
|
+
"""Returns true if both objects are equal"""
|
|
139
|
+
if not isinstance(other, BillingModeInfoListForListBudgetFilterBillingModeOutput):
|
|
140
|
+
return False
|
|
141
|
+
|
|
142
|
+
return self.to_dict() == other.to_dict()
|
|
143
|
+
|
|
144
|
+
def __ne__(self, other):
|
|
145
|
+
"""Returns true if both objects are not equal"""
|
|
146
|
+
if not isinstance(other, BillingModeInfoListForListBudgetFilterBillingModeOutput):
|
|
147
|
+
return True
|
|
148
|
+
|
|
149
|
+
return self.to_dict() != other.to_dict()
|
volcenginesdkbilling/models/budget_alert_message_detail_list_for_query_budget_detail_output.py
ADDED
|
@@ -0,0 +1,279 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
billing
|
|
5
|
+
|
|
6
|
+
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501
|
|
7
|
+
|
|
8
|
+
OpenAPI spec version: common-version
|
|
9
|
+
|
|
10
|
+
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
11
|
+
"""
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import pprint
|
|
15
|
+
import re # noqa: F401
|
|
16
|
+
|
|
17
|
+
import six
|
|
18
|
+
|
|
19
|
+
from volcenginesdkcore.configuration import Configuration
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
class BudgetAlertMessageDetailListForQueryBudgetDetailOutput(object):
|
|
23
|
+
"""NOTE: This class is auto generated by the swagger code generator program.
|
|
24
|
+
|
|
25
|
+
Do not edit the class manually.
|
|
26
|
+
"""
|
|
27
|
+
|
|
28
|
+
"""
|
|
29
|
+
Attributes:
|
|
30
|
+
swagger_types (dict): The key is attribute name
|
|
31
|
+
and the value is attribute type.
|
|
32
|
+
attribute_map (dict): The key is attribute name
|
|
33
|
+
and the value is json key in definition.
|
|
34
|
+
"""
|
|
35
|
+
swagger_types = {
|
|
36
|
+
'email_send_switch': 'int',
|
|
37
|
+
'internal_send_switch': 'int',
|
|
38
|
+
'message_send_switch': 'int',
|
|
39
|
+
'recipient_email': 'str',
|
|
40
|
+
'recipient_id': 'int',
|
|
41
|
+
'recipient_message': 'str',
|
|
42
|
+
'recipient_name': 'str'
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
attribute_map = {
|
|
46
|
+
'email_send_switch': 'EmailSendSwitch',
|
|
47
|
+
'internal_send_switch': 'InternalSendSwitch',
|
|
48
|
+
'message_send_switch': 'MessageSendSwitch',
|
|
49
|
+
'recipient_email': 'RecipientEmail',
|
|
50
|
+
'recipient_id': 'RecipientID',
|
|
51
|
+
'recipient_message': 'RecipientMessage',
|
|
52
|
+
'recipient_name': 'RecipientName'
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
def __init__(self, email_send_switch=None, internal_send_switch=None, message_send_switch=None, recipient_email=None, recipient_id=None, recipient_message=None, recipient_name=None, _configuration=None): # noqa: E501
|
|
56
|
+
"""BudgetAlertMessageDetailListForQueryBudgetDetailOutput - a model defined in Swagger""" # noqa: E501
|
|
57
|
+
if _configuration is None:
|
|
58
|
+
_configuration = Configuration()
|
|
59
|
+
self._configuration = _configuration
|
|
60
|
+
|
|
61
|
+
self._email_send_switch = None
|
|
62
|
+
self._internal_send_switch = None
|
|
63
|
+
self._message_send_switch = None
|
|
64
|
+
self._recipient_email = None
|
|
65
|
+
self._recipient_id = None
|
|
66
|
+
self._recipient_message = None
|
|
67
|
+
self._recipient_name = None
|
|
68
|
+
self.discriminator = None
|
|
69
|
+
|
|
70
|
+
if email_send_switch is not None:
|
|
71
|
+
self.email_send_switch = email_send_switch
|
|
72
|
+
if internal_send_switch is not None:
|
|
73
|
+
self.internal_send_switch = internal_send_switch
|
|
74
|
+
if message_send_switch is not None:
|
|
75
|
+
self.message_send_switch = message_send_switch
|
|
76
|
+
if recipient_email is not None:
|
|
77
|
+
self.recipient_email = recipient_email
|
|
78
|
+
if recipient_id is not None:
|
|
79
|
+
self.recipient_id = recipient_id
|
|
80
|
+
if recipient_message is not None:
|
|
81
|
+
self.recipient_message = recipient_message
|
|
82
|
+
if recipient_name is not None:
|
|
83
|
+
self.recipient_name = recipient_name
|
|
84
|
+
|
|
85
|
+
@property
|
|
86
|
+
def email_send_switch(self):
|
|
87
|
+
"""Gets the email_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
:return: The email_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
91
|
+
:rtype: int
|
|
92
|
+
"""
|
|
93
|
+
return self._email_send_switch
|
|
94
|
+
|
|
95
|
+
@email_send_switch.setter
|
|
96
|
+
def email_send_switch(self, email_send_switch):
|
|
97
|
+
"""Sets the email_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput.
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
:param email_send_switch: The email_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
101
|
+
:type: int
|
|
102
|
+
"""
|
|
103
|
+
|
|
104
|
+
self._email_send_switch = email_send_switch
|
|
105
|
+
|
|
106
|
+
@property
|
|
107
|
+
def internal_send_switch(self):
|
|
108
|
+
"""Gets the internal_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
:return: The internal_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
112
|
+
:rtype: int
|
|
113
|
+
"""
|
|
114
|
+
return self._internal_send_switch
|
|
115
|
+
|
|
116
|
+
@internal_send_switch.setter
|
|
117
|
+
def internal_send_switch(self, internal_send_switch):
|
|
118
|
+
"""Sets the internal_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput.
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
:param internal_send_switch: The internal_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
122
|
+
:type: int
|
|
123
|
+
"""
|
|
124
|
+
|
|
125
|
+
self._internal_send_switch = internal_send_switch
|
|
126
|
+
|
|
127
|
+
@property
|
|
128
|
+
def message_send_switch(self):
|
|
129
|
+
"""Gets the message_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
:return: The message_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
133
|
+
:rtype: int
|
|
134
|
+
"""
|
|
135
|
+
return self._message_send_switch
|
|
136
|
+
|
|
137
|
+
@message_send_switch.setter
|
|
138
|
+
def message_send_switch(self, message_send_switch):
|
|
139
|
+
"""Sets the message_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput.
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
:param message_send_switch: The message_send_switch of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
143
|
+
:type: int
|
|
144
|
+
"""
|
|
145
|
+
|
|
146
|
+
self._message_send_switch = message_send_switch
|
|
147
|
+
|
|
148
|
+
@property
|
|
149
|
+
def recipient_email(self):
|
|
150
|
+
"""Gets the recipient_email of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
:return: The recipient_email of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
154
|
+
:rtype: str
|
|
155
|
+
"""
|
|
156
|
+
return self._recipient_email
|
|
157
|
+
|
|
158
|
+
@recipient_email.setter
|
|
159
|
+
def recipient_email(self, recipient_email):
|
|
160
|
+
"""Sets the recipient_email of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput.
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
:param recipient_email: The recipient_email of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
164
|
+
:type: str
|
|
165
|
+
"""
|
|
166
|
+
|
|
167
|
+
self._recipient_email = recipient_email
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
def recipient_id(self):
|
|
171
|
+
"""Gets the recipient_id of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
:return: The recipient_id of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
175
|
+
:rtype: int
|
|
176
|
+
"""
|
|
177
|
+
return self._recipient_id
|
|
178
|
+
|
|
179
|
+
@recipient_id.setter
|
|
180
|
+
def recipient_id(self, recipient_id):
|
|
181
|
+
"""Sets the recipient_id of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput.
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
:param recipient_id: The recipient_id of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
185
|
+
:type: int
|
|
186
|
+
"""
|
|
187
|
+
|
|
188
|
+
self._recipient_id = recipient_id
|
|
189
|
+
|
|
190
|
+
@property
|
|
191
|
+
def recipient_message(self):
|
|
192
|
+
"""Gets the recipient_message of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
:return: The recipient_message of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
196
|
+
:rtype: str
|
|
197
|
+
"""
|
|
198
|
+
return self._recipient_message
|
|
199
|
+
|
|
200
|
+
@recipient_message.setter
|
|
201
|
+
def recipient_message(self, recipient_message):
|
|
202
|
+
"""Sets the recipient_message of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput.
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
:param recipient_message: The recipient_message of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
206
|
+
:type: str
|
|
207
|
+
"""
|
|
208
|
+
|
|
209
|
+
self._recipient_message = recipient_message
|
|
210
|
+
|
|
211
|
+
@property
|
|
212
|
+
def recipient_name(self):
|
|
213
|
+
"""Gets the recipient_name of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
:return: The recipient_name of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
217
|
+
:rtype: str
|
|
218
|
+
"""
|
|
219
|
+
return self._recipient_name
|
|
220
|
+
|
|
221
|
+
@recipient_name.setter
|
|
222
|
+
def recipient_name(self, recipient_name):
|
|
223
|
+
"""Sets the recipient_name of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput.
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
:param recipient_name: The recipient_name of this BudgetAlertMessageDetailListForQueryBudgetDetailOutput. # noqa: E501
|
|
227
|
+
:type: str
|
|
228
|
+
"""
|
|
229
|
+
|
|
230
|
+
self._recipient_name = recipient_name
|
|
231
|
+
|
|
232
|
+
def to_dict(self):
|
|
233
|
+
"""Returns the model properties as a dict"""
|
|
234
|
+
result = {}
|
|
235
|
+
|
|
236
|
+
for attr, _ in six.iteritems(self.swagger_types):
|
|
237
|
+
value = getattr(self, attr)
|
|
238
|
+
if isinstance(value, list):
|
|
239
|
+
result[attr] = list(map(
|
|
240
|
+
lambda x: x.to_dict() if hasattr(x, "to_dict") else x,
|
|
241
|
+
value
|
|
242
|
+
))
|
|
243
|
+
elif hasattr(value, "to_dict"):
|
|
244
|
+
result[attr] = value.to_dict()
|
|
245
|
+
elif isinstance(value, dict):
|
|
246
|
+
result[attr] = dict(map(
|
|
247
|
+
lambda item: (item[0], item[1].to_dict())
|
|
248
|
+
if hasattr(item[1], "to_dict") else item,
|
|
249
|
+
value.items()
|
|
250
|
+
))
|
|
251
|
+
else:
|
|
252
|
+
result[attr] = value
|
|
253
|
+
if issubclass(BudgetAlertMessageDetailListForQueryBudgetDetailOutput, dict):
|
|
254
|
+
for key, value in self.items():
|
|
255
|
+
result[key] = value
|
|
256
|
+
|
|
257
|
+
return result
|
|
258
|
+
|
|
259
|
+
def to_str(self):
|
|
260
|
+
"""Returns the string representation of the model"""
|
|
261
|
+
return pprint.pformat(self.to_dict())
|
|
262
|
+
|
|
263
|
+
def __repr__(self):
|
|
264
|
+
"""For `print` and `pprint`"""
|
|
265
|
+
return self.to_str()
|
|
266
|
+
|
|
267
|
+
def __eq__(self, other):
|
|
268
|
+
"""Returns true if both objects are equal"""
|
|
269
|
+
if not isinstance(other, BudgetAlertMessageDetailListForQueryBudgetDetailOutput):
|
|
270
|
+
return False
|
|
271
|
+
|
|
272
|
+
return self.to_dict() == other.to_dict()
|
|
273
|
+
|
|
274
|
+
def __ne__(self, other):
|
|
275
|
+
"""Returns true if both objects are not equal"""
|
|
276
|
+
if not isinstance(other, BudgetAlertMessageDetailListForQueryBudgetDetailOutput):
|
|
277
|
+
return True
|
|
278
|
+
|
|
279
|
+
return self.to_dict() != other.to_dict()
|