Class: TencentCloud::Cls::V20201016::CreateTopicResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::CreateTopicResponse
- Defined in:
- lib/v20201016/models.rb
Overview
CreateTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, requestid = nil) ⇒ CreateTopicResponse
constructor
A new instance of CreateTopicResponse.
Constructor Details
#initialize(topicid = nil, requestid = nil) ⇒ CreateTopicResponse
Returns a new instance of CreateTopicResponse.
4885 4886 4887 4888 |
# File 'lib/v20201016/models.rb', line 4885 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4883 4884 4885 |
# File 'lib/v20201016/models.rb', line 4883 def RequestId @RequestId end |
#TopicId ⇒ Object
4883 4884 4885 |
# File 'lib/v20201016/models.rb', line 4883 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
4890 4891 4892 4893 |
# File 'lib/v20201016/models.rb', line 4890 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |