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.
13089 13090 13091 |
# File 'lib/v20190423/models.rb', line 13089 def initialize(topicname=nil) @TopicName = topicname end |
Instance Attribute Details
#TopicName ⇒ Object
13087 13088 13089 |
# File 'lib/v20190423/models.rb', line 13087 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
13093 13094 13095 |
# File 'lib/v20190423/models.rb', line 13093 def deserialize(params) @TopicName = params['TopicName'] end |