Class: TencentCloud::Ecm::V20190719::ImportCustomImageResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::ImportCustomImageResponse
- Defined in:
- lib/v20190719/models.rb
Overview
ImportCustomImage返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imageid = nil, taskid = nil, requestid = nil) ⇒ ImportCustomImageResponse
constructor
A new instance of ImportCustomImageResponse.
Constructor Details
#initialize(imageid = nil, taskid = nil, requestid = nil) ⇒ ImportCustomImageResponse
Returns a new instance of ImportCustomImageResponse.
5994 5995 5996 5997 5998 |
# File 'lib/v20190719/models.rb', line 5994 def initialize(imageid=nil, taskid=nil, requestid=nil) @ImageId = imageid @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#ImageId ⇒ Object
5992 5993 5994 |
# File 'lib/v20190719/models.rb', line 5992 def ImageId @ImageId end |
#RequestId ⇒ Object
5992 5993 5994 |
# File 'lib/v20190719/models.rb', line 5992 def RequestId @RequestId end |
#TaskId ⇒ Object
5992 5993 5994 |
# File 'lib/v20190719/models.rb', line 5992 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
6000 6001 6002 6003 6004 |
# File 'lib/v20190719/models.rb', line 6000 def deserialize(params) @ImageId = params['ImageId'] @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |