Class: TencentCloud::Ckafka::V20190819::CreateInstancePreResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::CreateInstancePreResponse
- Defined in:
- lib/v20190819/models.rb
Overview
CreateInstancePre返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(result = nil, requestid = nil) ⇒ CreateInstancePreResponse
constructor
A new instance of CreateInstancePreResponse.
Constructor Details
#initialize(result = nil, requestid = nil) ⇒ CreateInstancePreResponse
Returns a new instance of CreateInstancePreResponse.
2175 2176 2177 2178 |
# File 'lib/v20190819/models.rb', line 2175 def initialize(result=nil, requestid=nil) @Result = result @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2173 2174 2175 |
# File 'lib/v20190819/models.rb', line 2173 def RequestId @RequestId end |
#Result ⇒ Object
2173 2174 2175 |
# File 'lib/v20190819/models.rb', line 2173 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
2180 2181 2182 2183 2184 2185 2186 |
# File 'lib/v20190819/models.rb', line 2180 def deserialize(params) unless params['Result'].nil? @Result = CreateInstancePreResp.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |