Class: TencentCloud::Cis::V20180408::DeleteContainerInstanceResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cis::V20180408::DeleteContainerInstanceResponse
- Defined in:
- lib/v20180408/models.rb
Overview
DeleteContainerInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(msg = nil, requestid = nil) ⇒ DeleteContainerInstanceResponse
constructor
A new instance of DeleteContainerInstanceResponse.
Constructor Details
#initialize(msg = nil, requestid = nil) ⇒ DeleteContainerInstanceResponse
Returns a new instance of DeleteContainerInstanceResponse.
316 317 318 319 |
# File 'lib/v20180408/models.rb', line 316 def initialize(msg=nil, requestid=nil) @Msg = msg @RequestId = requestid end |
Instance Attribute Details
#Msg ⇒ Object
314 315 316 |
# File 'lib/v20180408/models.rb', line 314 def Msg @Msg end |
#RequestId ⇒ Object
314 315 316 |
# File 'lib/v20180408/models.rb', line 314 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
321 322 323 324 |
# File 'lib/v20180408/models.rb', line 321 def deserialize(params) @Msg = params['Msg'] @RequestId = params['RequestId'] end |