Class: TencentCloud::Cvm::V20170312::ImportImageResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::ImportImageResponse
- Defined in:
- lib/v20170312/models.rb
Overview
ImportImage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ImportImageResponse
constructor
A new instance of ImportImageResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ImportImageResponse
Returns a new instance of ImportImageResponse.
4282 4283 4284 |
# File 'lib/v20170312/models.rb', line 4282 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
4280 4281 4282 |
# File 'lib/v20170312/models.rb', line 4280 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4286 4287 4288 |
# File 'lib/v20170312/models.rb', line 4286 def deserialize(params) @RequestId = params['RequestId'] end |