class TencentCloud::Cvm::V20170312::ExportImagesRequest
ExportImages请求参数结构体
def deserialize(params)
def deserialize(params) @BucketName = params['BucketName'] @ImageIds = params['ImageIds'] @ExportFormat = params['ExportFormat'] @FileNamePrefixList = params['FileNamePrefixList'] @OnlyExportRootDisk = params['OnlyExportRootDisk'] @DryRun = params['DryRun'] @RoleName = params['RoleName'] end
def initialize(bucketname=nil, imageids=nil, exportformat=nil, filenameprefixlist=nil, onlyexportrootdisk=nil, dryrun=nil, rolename=nil)
def initialize(bucketname=nil, imageids=nil, exportformat=nil, filenameprefixlist=nil, onlyexportrootdisk=nil, dryrun=nil, rolename=nil) @BucketName = bucketname @ImageIds = imageids @ExportFormat = exportformat @FileNamePrefixList = filenameprefixlist @OnlyExportRootDisk = onlyexportrootdisk @DryRun = dryrun @RoleName = rolename end