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.
13980 13981 13982 13983 13984 13985 |
# File 'lib/v20190423/models.rb', line 13980 def initialize(rulename=nil, description=nil, createdat=nil, ruledisabled=nil) @RuleName = rulename @Description = description @CreatedAt = createdat @RuleDisabled = ruledisabled end |
Instance Attribute Details
#CreatedAt ⇒ Object
13978 13979 13980 |
# File 'lib/v20190423/models.rb', line 13978 def CreatedAt @CreatedAt end |
#Description ⇒ Object
13978 13979 13980 |
# File 'lib/v20190423/models.rb', line 13978 def Description @Description end |
#RuleDisabled ⇒ Object
13978 13979 13980 |
# File 'lib/v20190423/models.rb', line 13978 def RuleDisabled @RuleDisabled end |
#RuleName ⇒ Object
13978 13979 13980 |
# File 'lib/v20190423/models.rb', line 13978 def RuleName @RuleName end |
Instance Method Details
#deserialize(params) ⇒ Object
13987 13988 13989 13990 13991 13992 |
# File 'lib/v20190423/models.rb', line 13987 def deserialize(params) @RuleName = params['RuleName'] @Description = params['Description'] @CreatedAt = params['CreatedAt'] @RuleDisabled = params['RuleDisabled'] end |