Class: TencentCloud::Trocket::V20230308::DescribeMQTTTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::DescribeMQTTTopicResponse
- Defined in:
- lib/v20230308/models.rb
Overview
DescribeMQTTTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, topic = nil, remark = nil, createdtime = nil, requestid = nil) ⇒ DescribeMQTTTopicResponse
constructor
A new instance of DescribeMQTTTopicResponse.
Constructor Details
#initialize(instanceid = nil, topic = nil, remark = nil, createdtime = nil, requestid = nil) ⇒ DescribeMQTTTopicResponse
Returns a new instance of DescribeMQTTTopicResponse.
2583 2584 2585 2586 2587 2588 2589 |
# File 'lib/v20230308/models.rb', line 2583 def initialize(instanceid=nil, topic=nil, remark=nil, createdtime=nil, requestid=nil) @InstanceId = instanceid @Topic = topic @Remark = remark @CreatedTime = createdtime @RequestId = requestid end |
Instance Attribute Details
#CreatedTime ⇒ Object
2581 2582 2583 |
# File 'lib/v20230308/models.rb', line 2581 def CreatedTime @CreatedTime end |
#InstanceId ⇒ Object
2581 2582 2583 |
# File 'lib/v20230308/models.rb', line 2581 def InstanceId @InstanceId end |
#Remark ⇒ Object
2581 2582 2583 |
# File 'lib/v20230308/models.rb', line 2581 def Remark @Remark end |
#RequestId ⇒ Object
2581 2582 2583 |
# File 'lib/v20230308/models.rb', line 2581 def RequestId @RequestId end |
#Topic ⇒ Object
2581 2582 2583 |
# File 'lib/v20230308/models.rb', line 2581 def Topic @Topic end |
Instance Method Details
#deserialize(params) ⇒ Object
2591 2592 2593 2594 2595 2596 2597 |
# File 'lib/v20230308/models.rb', line 2591 def deserialize(params) @InstanceId = params['InstanceId'] @Topic = params['Topic'] @Remark = params['Remark'] @CreatedTime = params['CreatedTime'] @RequestId = params['RequestId'] end |