Class: TencentCloud::Trocket::V20230308::CreateTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Trocket::V20230308::CreateTopicResponse
- Defined in:
- lib/v20230308/models.rb
Overview
CreateTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, topic = nil, requestid = nil) ⇒ CreateTopicResponse
constructor
A new instance of CreateTopicResponse.
Constructor Details
#initialize(instanceid = nil, topic = nil, requestid = nil) ⇒ CreateTopicResponse
Returns a new instance of CreateTopicResponse.
805 806 807 808 809 |
# File 'lib/v20230308/models.rb', line 805 def initialize(instanceid=nil, topic=nil, requestid=nil) @InstanceId = instanceid @Topic = topic @RequestId = requestid end |
Instance Attribute Details
#InstanceId ⇒ Object
803 804 805 |
# File 'lib/v20230308/models.rb', line 803 def InstanceId @InstanceId end |
#RequestId ⇒ Object
803 804 805 |
# File 'lib/v20230308/models.rb', line 803 def RequestId @RequestId end |
#Topic ⇒ Object
803 804 805 |
# File 'lib/v20230308/models.rb', line 803 def Topic @Topic end |
Instance Method Details
#deserialize(params) ⇒ Object
811 812 813 814 815 |
# File 'lib/v20230308/models.rb', line 811 def deserialize(params) @InstanceId = params['InstanceId'] @Topic = params['Topic'] @RequestId = params['RequestId'] end |