Class: TencentCloud::Vod::V20180717::CreateCLSTopicResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Vod::V20180717::CreateCLSTopicResponse
- Defined in:
- lib/v20180717/models.rb
Overview
CreateCLSTopic返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(topicid = nil, requestid = nil) ⇒ CreateCLSTopicResponse
constructor
A new instance of CreateCLSTopicResponse.
Constructor Details
#initialize(topicid = nil, requestid = nil) ⇒ CreateCLSTopicResponse
Returns a new instance of CreateCLSTopicResponse.
6651 6652 6653 6654 |
# File 'lib/v20180717/models.rb', line 6651 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6649 6650 6651 |
# File 'lib/v20180717/models.rb', line 6649 def RequestId @RequestId end |
#TopicId ⇒ Object
6649 6650 6651 |
# File 'lib/v20180717/models.rb', line 6649 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
6656 6657 6658 6659 |
# File 'lib/v20180717/models.rb', line 6656 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |