@@ -101,6 +101,7 @@ class ListForListAmortizedCostBillMonthlyOutput(object):
101101 'product' : 'str' ,
102102 'product_zh' : 'str' ,
103103 'project' : 'str' ,
104+ 'project_display_name' : 'str' ,
104105 'region' : 'str' ,
105106 'round_amount' : 'str' ,
106107 'seller_customer_name' : 'str' ,
@@ -190,6 +191,7 @@ class ListForListAmortizedCostBillMonthlyOutput(object):
190191 'product' : 'Product' ,
191192 'product_zh' : 'ProductZh' ,
192193 'project' : 'Project' ,
194+ 'project_display_name' : 'ProjectDisplayName' ,
193195 'region' : 'Region' ,
194196 'round_amount' : 'RoundAmount' ,
195197 'seller_customer_name' : 'SellerCustomerName' ,
@@ -210,7 +212,7 @@ class ListForListAmortizedCostBillMonthlyOutput(object):
210212 'zone' : 'Zone'
211213 }
212214
213- def __init__ (self , amortized_begin_time = None , amortized_day_num = None , amortized_end_time = None , amortized_month = None , amortized_type = None , before_amortized_coupon_amount = None , before_amortized_discount_bill_amount = None , before_amortized_original_bill_amount = None , before_amortized_paid_amount = None , before_amortized_payable_amount = None , before_amortized_preferential_bill_amount = None , before_amortized_round_amount = None , bill_category = None , bill_id = None , bill_period = None , billing_function = None , billing_method_code = None , billing_mode = None , busi_period = None , business_mode = None , config_name = None , count = None , coupon_amount = None , currency = None , daily_amortized_coupon_amount = None , daily_amortized_discount_bill_amount = None , daily_amortized_original_bill_amount = None , daily_amortized_paid_amount = None , daily_amortized_payable_amount = None , daily_amortized_preferential_bill_amount = None , daily_amortized_round_amount = None , discount_bill_amount = None , discount_biz_billing_function = None , discount_biz_measure_interval = None , discount_biz_unit_price = None , discount_biz_unit_price_interval = None , effective_factor = None , element = None , expand_field = None , expense_time = None , factor = None , instance_name = None , instance_no = None , market_price = None , measure_interval = None , now_amortized_coupon_amount = None , now_amortized_discount_bill_amount = None , now_amortized_original_bill_amount = None , now_amortized_paid_amount = None , now_amortized_payable_amount = None , now_amortized_preferential_bill_amount = None , now_amortized_round_amount = None , original_bill_amount = None , owner_customer_name = None , owner_id = None , owner_user_name = None , paid_amount = None , payable_amount = None , payer_customer_name = None , payer_id = None , payer_user_name = None , preferential_bill_amount = None , price = None , price_interval = None , price_unit = None , product = None , product_zh = None , project = None , region = None , round_amount = None , seller_customer_name = None , seller_id = None , seller_user_name = None , subject_name = None , tag = None , unamortized_coupon_amount = None , unamortized_discount_bill_amount = None , unamortized_original_bill_amount = None , unamortized_paid_amount = None , unamortized_payable_amount = None , unamortized_preferential_bill_amount = None , unamortized_round_amount = None , unit = None , use_duration = None , use_duration_unit = None , zone = None , _configuration = None ): # noqa: E501
215+ def __init__ (self , amortized_begin_time = None , amortized_day_num = None , amortized_end_time = None , amortized_month = None , amortized_type = None , before_amortized_coupon_amount = None , before_amortized_discount_bill_amount = None , before_amortized_original_bill_amount = None , before_amortized_paid_amount = None , before_amortized_payable_amount = None , before_amortized_preferential_bill_amount = None , before_amortized_round_amount = None , bill_category = None , bill_id = None , bill_period = None , billing_function = None , billing_method_code = None , billing_mode = None , busi_period = None , business_mode = None , config_name = None , count = None , coupon_amount = None , currency = None , daily_amortized_coupon_amount = None , daily_amortized_discount_bill_amount = None , daily_amortized_original_bill_amount = None , daily_amortized_paid_amount = None , daily_amortized_payable_amount = None , daily_amortized_preferential_bill_amount = None , daily_amortized_round_amount = None , discount_bill_amount = None , discount_biz_billing_function = None , discount_biz_measure_interval = None , discount_biz_unit_price = None , discount_biz_unit_price_interval = None , effective_factor = None , element = None , expand_field = None , expense_time = None , factor = None , instance_name = None , instance_no = None , market_price = None , measure_interval = None , now_amortized_coupon_amount = None , now_amortized_discount_bill_amount = None , now_amortized_original_bill_amount = None , now_amortized_paid_amount = None , now_amortized_payable_amount = None , now_amortized_preferential_bill_amount = None , now_amortized_round_amount = None , original_bill_amount = None , owner_customer_name = None , owner_id = None , owner_user_name = None , paid_amount = None , payable_amount = None , payer_customer_name = None , payer_id = None , payer_user_name = None , preferential_bill_amount = None , price = None , price_interval = None , price_unit = None , product = None , product_zh = None , project = None , project_display_name = None , region = None , round_amount = None , seller_customer_name = None , seller_id = None , seller_user_name = None , subject_name = None , tag = None , unamortized_coupon_amount = None , unamortized_discount_bill_amount = None , unamortized_original_bill_amount = None , unamortized_paid_amount = None , unamortized_payable_amount = None , unamortized_preferential_bill_amount = None , unamortized_round_amount = None , unit = None , use_duration = None , use_duration_unit = None , zone = None , _configuration = None ): # noqa: E501
214216 """ListForListAmortizedCostBillMonthlyOutput - a model defined in Swagger""" # noqa: E501
215217 if _configuration is None :
216218 _configuration = Configuration ()
@@ -284,6 +286,7 @@ def __init__(self, amortized_begin_time=None, amortized_day_num=None, amortized_
284286 self ._product = None
285287 self ._product_zh = None
286288 self ._project = None
289+ self ._project_display_name = None
287290 self ._region = None
288291 self ._round_amount = None
289292 self ._seller_customer_name = None
@@ -440,6 +443,8 @@ def __init__(self, amortized_begin_time=None, amortized_day_num=None, amortized_
440443 self .product_zh = product_zh
441444 if project is not None :
442445 self .project = project
446+ if project_display_name is not None :
447+ self .project_display_name = project_display_name
443448 if region is not None :
444449 self .region = region
445450 if round_amount is not None :
@@ -1905,6 +1910,27 @@ def project(self, project):
19051910
19061911 self ._project = project
19071912
1913+ @property
1914+ def project_display_name (self ):
1915+ """Gets the project_display_name of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
1916+
1917+
1918+ :return: The project_display_name of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
1919+ :rtype: str
1920+ """
1921+ return self ._project_display_name
1922+
1923+ @project_display_name .setter
1924+ def project_display_name (self , project_display_name ):
1925+ """Sets the project_display_name of this ListForListAmortizedCostBillMonthlyOutput.
1926+
1927+
1928+ :param project_display_name: The project_display_name of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
1929+ :type: str
1930+ """
1931+
1932+ self ._project_display_name = project_display_name
1933+
19081934 @property
19091935 def region (self ):
19101936 """Gets the region of this ListForListAmortizedCostBillMonthlyOutput. # noqa: E501
0 commit comments