Class: TencentCloud::Cvm::V20170312::CreateImageResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cvm::V20170312::CreateImageResponse
- Defined in:
- lib/v20170312/models.rb
Overview
CreateImage返回参数结构体
Instance Attribute Summary collapse
-
#ImageId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imageid = nil, requestid = nil) ⇒ CreateImageResponse
constructor
A new instance of CreateImageResponse.
Constructor Details
#initialize(imageid = nil, requestid = nil) ⇒ CreateImageResponse
Returns a new instance of CreateImageResponse.
793 794 795 796 |
# File 'lib/v20170312/models.rb', line 793 def initialize(imageid=nil, requestid=nil) @ImageId = imageid @RequestId = requestid end |
Instance Attribute Details
#ImageId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
791 792 793 |
# File 'lib/v20170312/models.rb', line 791 def ImageId @ImageId end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
791 792 793 |
# File 'lib/v20170312/models.rb', line 791 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
798 799 800 801 |
# File 'lib/v20170312/models.rb', line 798 def deserialize(params) @ImageId = params['ImageId'] @RequestId = params['RequestId'] end |