Class: TencentCloud::Billing::V20180709::DeleteAllocationUnitRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DeleteAllocationUnitRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DeleteAllocationUnit请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, month = nil) ⇒ DeleteAllocationUnitRequest
constructor
A new instance of DeleteAllocationUnitRequest.
Constructor Details
#initialize(id = nil, month = nil) ⇒ DeleteAllocationUnitRequest
Returns a new instance of DeleteAllocationUnitRequest.
5350 5351 5352 5353 |
# File 'lib/v20180709/models.rb', line 5350 def initialize(id=nil, month=nil) @Id = id @Month = month end |
Instance Attribute Details
#Id ⇒ Object
5348 5349 5350 |
# File 'lib/v20180709/models.rb', line 5348 def Id @Id end |
#Month ⇒ Object
5348 5349 5350 |
# File 'lib/v20180709/models.rb', line 5348 def Month @Month end |
Instance Method Details
#deserialize(params) ⇒ Object
5355 5356 5357 5358 |
# File 'lib/v20180709/models.rb', line 5355 def deserialize(params) @Id = params['Id'] @Month = params['Month'] end |