Class: TencentCloud::Trocket::V20230308::DeleteMQTTTopicRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::DeleteMQTTTopicRequest
- Defined in:
- lib/v20230308/models.rb
Overview
DeleteMQTTTopic请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, topic = nil) ⇒ DeleteMQTTTopicRequest
constructor
A new instance of DeleteMQTTTopicRequest.
Constructor Details
#initialize(instanceid = nil, topic = nil) ⇒ DeleteMQTTTopicRequest
Returns a new instance of DeleteMQTTTopicRequest.
981 982 983 984 |
# File 'lib/v20230308/models.rb', line 981 def initialize(instanceid=nil, topic=nil) @InstanceId = instanceid @Topic = topic end |
Instance Attribute Details
#InstanceId ⇒ Object
979 980 981 |
# File 'lib/v20230308/models.rb', line 979 def InstanceId @InstanceId end |
#Topic ⇒ Object
979 980 981 |
# File 'lib/v20230308/models.rb', line 979 def Topic @Topic end |
Instance Method Details
#deserialize(params) ⇒ Object
986 987 988 989 |
# File 'lib/v20230308/models.rb', line 986 def deserialize(params) @InstanceId = params['InstanceId'] @Topic = params['Topic'] end |