Class: TencentCloud::Iotexplorer::V20190423::TopicRuleInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::TopicRuleInfo
- Defined in:
- lib/v20190423/models.rb
Overview
规则信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rulename = nil, description = nil, createdat = nil, ruledisabled = nil) ⇒ TopicRuleInfo
constructor
A new instance of TopicRuleInfo.
Constructor Details
#initialize(rulename = nil, description = nil, createdat = nil, ruledisabled = nil) ⇒ TopicRuleInfo
Returns a new instance of TopicRuleInfo.
13950 13951 13952 13953 13954 13955 |
# File 'lib/v20190423/models.rb', line 13950 def initialize(rulename=nil, description=nil, createdat=nil, ruledisabled=nil) @RuleName = rulename @Description = description @CreatedAt = createdat @RuleDisabled = ruledisabled end |
Instance Attribute Details
#CreatedAt ⇒ Object
13948 13949 13950 |
# File 'lib/v20190423/models.rb', line 13948 def CreatedAt @CreatedAt end |
#Description ⇒ Object
13948 13949 13950 |
# File 'lib/v20190423/models.rb', line 13948 def Description @Description end |
#RuleDisabled ⇒ Object
13948 13949 13950 |
# File 'lib/v20190423/models.rb', line 13948 def RuleDisabled @RuleDisabled end |
#RuleName ⇒ Object
13948 13949 13950 |
# File 'lib/v20190423/models.rb', line 13948 def RuleName @RuleName end |
Instance Method Details
#deserialize(params) ⇒ Object
13957 13958 13959 13960 13961 13962 |
# File 'lib/v20190423/models.rb', line 13957 def deserialize(params) @RuleName = params['RuleName'] @Description = params['Description'] @CreatedAt = params['CreatedAt'] @RuleDisabled = params['RuleDisabled'] end |