Class: TencentCloud::Clb::V20180317::CreateTopicResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::CreateTopicResponse
- Defined in:
- lib/v20180317/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.
1931 1932 1933 1934 |
# File 'lib/v20180317/models.rb', line 1931 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1929 1930 1931 |
# File 'lib/v20180317/models.rb', line 1929 def RequestId @RequestId end |
#TopicId ⇒ Object
1929 1930 1931 |
# File 'lib/v20180317/models.rb', line 1929 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
1936 1937 1938 1939 |
# File 'lib/v20180317/models.rb', line 1936 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |