class TencentCloud::Sqlserver::V20180328::DescribeBackupCommandRequest

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