Class: TencentCloud::Billing::V20180709::DeleteAllocationRuleRequest

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

Overview

DeleteAllocationRule请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ruleid = nil, month = nil) ⇒ DeleteAllocationRuleRequest

Returns a new instance of DeleteAllocationRuleRequest.



5282
5283
5284
5285
# File 'lib/v20180709/models.rb', line 5282

def initialize(ruleid=nil, month=nil)
  @RuleId = ruleid
  @Month = month
end

Instance Attribute Details

#MonthObject

Parameters:

  • RuleId:

    所删除公摊规则ID

  • Month:

    月份,不传默认当前月



5280
5281
5282
# File 'lib/v20180709/models.rb', line 5280

def Month
  @Month
end

#RuleIdObject

Parameters:

  • RuleId:

    所删除公摊规则ID

  • Month:

    月份,不传默认当前月



5280
5281
5282
# File 'lib/v20180709/models.rb', line 5280

def RuleId
  @RuleId
end

Instance Method Details

#deserialize(params) ⇒ Object



5287
5288
5289
5290
# File 'lib/v20180709/models.rb', line 5287

def deserialize(params)
  @RuleId = params['RuleId']
  @Month = params['Month']
end