Class: TencentCloud::Billing::V20180709::DeleteAllocationUnitRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180709/models.rb

Overview

DeleteAllocationUnit请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#IdObject

Parameters:

  • Id:

    所删除分账单元ID

  • Month:

    月份,不传默认当前月



5348
5349
5350
# File 'lib/v20180709/models.rb', line 5348

def Id
  @Id
end

#MonthObject

Parameters:

  • Id:

    所删除分账单元ID

  • Month:

    月份,不传默认当前月



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