Class: TencentCloud::Ecm::V20190719::ImageUrl

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190719/models.rb

Overview

镜像文件信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ImageFileObject

Parameters:

  • ImageFile:

    镜像文件COS链接,如设置私有读写,需授权腾讯云ECM运营账号访问权限。



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