Class: TencentCloud::Billing::V20180709::GatherRuleSummary
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Billing::V20180709::GatherRuleSummary
- Defined in:
- lib/v20180709/models.rb
Overview
归集规则列表
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ruledetail = nil) ⇒ GatherRuleSummary
constructor
A new instance of GatherRuleSummary.
Constructor Details
#initialize(ruledetail = nil) ⇒ GatherRuleSummary
Returns a new instance of GatherRuleSummary.
10256 10257 10258 |
# File 'lib/v20180709/models.rb', line 10256 def initialize(ruledetail=nil) @RuleDetail = ruledetail end |
Instance Attribute Details
#RuleDetail ⇒ Object
10254 10255 10256 |
# File 'lib/v20180709/models.rb', line 10254 def RuleDetail @RuleDetail end |
Instance Method Details
#deserialize(params) ⇒ Object
10260 10261 10262 10263 10264 10265 |
# File 'lib/v20180709/models.rb', line 10260 def deserialize(params) unless params['RuleDetail'].nil? @RuleDetail = AllocationRuleExpression.new @RuleDetail.deserialize(params['RuleDetail']) end end |