Class: TencentCloud::Ecm::V20190719::ImageUrl
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ecm::V20190719::ImageUrl
- Defined in:
- lib/v20190719/models.rb
Overview
镜像文件信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(imagefile = nil) ⇒ ImageUrl
constructor
A new instance of ImageUrl.
Constructor Details
#initialize(imagefile = nil) ⇒ ImageUrl
Returns a new instance of ImageUrl.
5927 5928 5929 |
# File 'lib/v20190719/models.rb', line 5927 def initialize(imagefile=nil) @ImageFile = imagefile end |
Instance Attribute Details
#ImageFile ⇒ Object
5925 5926 5927 |
# File 'lib/v20190719/models.rb', line 5925 def ImageFile @ImageFile end |
Instance Method Details
#deserialize(params) ⇒ Object
5931 5932 5933 |
# File 'lib/v20190719/models.rb', line 5931 def deserialize(params) @ImageFile = params['ImageFile'] end |