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.
2038 2039 2040 2041 |
# File 'lib/v20180317/models.rb', line 2038 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2036 2037 2038 |
# File 'lib/v20180317/models.rb', line 2036 def RequestId @RequestId end |
#TopicId ⇒ Object
2036 2037 2038 |
# File 'lib/v20180317/models.rb', line 2036 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
2043 2044 2045 2046 |
# File 'lib/v20180317/models.rb', line 2043 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |