Class: TencentCloud::Billing::V20180709::DeleteGatherRuleRequest

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

Overview

DeleteGatherRule请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeleteGatherRuleRequest.



5430
5431
5432
5433
# File 'lib/v20180709/models.rb', line 5430

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

Instance Attribute Details

#MonthObject

Parameters:

  • RuleId:

    所删除归集规则ID

  • Month:

    月份,不传默认当前月



5428
5429
5430
# File 'lib/v20180709/models.rb', line 5428

def Month
  @Month
end

#RuleIdObject

Parameters:

  • RuleId:

    所删除归集规则ID

  • Month:

    月份,不传默认当前月



5428
5429
5430
# File 'lib/v20180709/models.rb', line 5428

def RuleId
  @RuleId
end

Instance Method Details

#deserialize(params) ⇒ Object



5435
5436
5437
5438
# File 'lib/v20180709/models.rb', line 5435

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