Class: TencentCloud::Billing::V20180709::BudgetInfoApiResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::BudgetInfoApiResponse
- Defined in:
- lib/v20180709/models.rb
Overview
预算操作后返回信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(budgetid = nil, updatetime = nil) ⇒ BudgetInfoApiResponse
constructor
A new instance of BudgetInfoApiResponse.
Constructor Details
#initialize(budgetid = nil, updatetime = nil) ⇒ BudgetInfoApiResponse
Returns a new instance of BudgetInfoApiResponse.
3525 3526 3527 3528 |
# File 'lib/v20180709/models.rb', line 3525 def initialize(budgetid=nil, updatetime=nil) @BudgetId = budgetid @UpdateTime = updatetime end |
Instance Attribute Details
#BudgetId ⇒ Object
3523 3524 3525 |
# File 'lib/v20180709/models.rb', line 3523 def BudgetId @BudgetId end |
#UpdateTime ⇒ Object
3523 3524 3525 |
# File 'lib/v20180709/models.rb', line 3523 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
3530 3531 3532 3533 |
# File 'lib/v20180709/models.rb', line 3530 def deserialize(params) @BudgetId = params['BudgetId'] @UpdateTime = params['UpdateTime'] end |