class TencentCloud::Sqlserver::V20180328::DescribeBackupCommandRequest

DescribeBackupCommand请求参数结构体

def deserialize(params)

def deserialize(params)
  @BackupFileType = params['BackupFileType']
  @DataBaseName = params['DataBaseName']
  @IsRecovery = params['IsRecovery']
  @LocalPath = params['LocalPath']
end

def initialize(backupfiletype=nil, databasename=nil, isrecovery=nil, localpath=nil)

def initialize(backupfiletype=nil, databasename=nil, isrecovery=nil, localpath=nil)
  @BackupFileType = backupfiletype
  @DataBaseName = databasename
  @IsRecovery = isrecovery
  @LocalPath = localpath
end