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.
2003 2004 2005 2006 |
# File 'lib/v20180317/models.rb', line 2003 def initialize(topicid=nil, requestid=nil) @TopicId = topicid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2001 2002 2003 |
# File 'lib/v20180317/models.rb', line 2001 def RequestId @RequestId end |
#TopicId ⇒ Object
2001 2002 2003 |
# File 'lib/v20180317/models.rb', line 2001 def TopicId @TopicId end |
Instance Method Details
#deserialize(params) ⇒ Object
2008 2009 2010 2011 |
# File 'lib/v20180317/models.rb', line 2008 def deserialize(params) @TopicId = params['TopicId'] @RequestId = params['RequestId'] end |