Class: TencentCloud::Iotexplorer::V20190423::SubscribedTopicItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::SubscribedTopicItem
- Defined in:
- lib/v20190423/models.rb
Overview
已订阅Topic信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicname = nil) ⇒ SubscribedTopicItem
constructor
A new instance of SubscribedTopicItem.
Constructor Details
#initialize(topicname = nil) ⇒ SubscribedTopicItem
Returns a new instance of SubscribedTopicItem.
13073 13074 13075 |
# File 'lib/v20190423/models.rb', line 13073 def initialize(topicname=nil) @TopicName = topicname end |
Instance Attribute Details
#TopicName ⇒ Object
13071 13072 13073 |
# File 'lib/v20190423/models.rb', line 13071 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
13077 13078 13079 |
# File 'lib/v20190423/models.rb', line 13077 def deserialize(params) @TopicName = params['TopicName'] end |