Class: TencentCloud::Billing::V20180709::DeleteGatherRuleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::DeleteGatherRuleRequest
- Defined in:
- lib/v20180709/models.rb
Overview
DeleteGatherRule请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ruleid = nil, month = nil) ⇒ DeleteGatherRuleRequest
constructor
A new instance of DeleteGatherRuleRequest.
Constructor Details
#initialize(ruleid = nil, month = nil) ⇒ 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
#Month ⇒ Object
5428 5429 5430 |
# File 'lib/v20180709/models.rb', line 5428 def Month @Month end |
#RuleId ⇒ Object
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 |