class TencentCloud::Cdwch::V20200915::BackupTableContent

备份表信息

def deserialize(params)

def deserialize(params)
  @Database = params['Database']
  @Table = params['Table']
  @TotalBytes = params['TotalBytes']
  @VCluster = params['VCluster']
  @Ips = params['Ips']
  @ZooPath = params['ZooPath']
  @Rip = params['Rip']
end

def initialize(database=nil, table=nil, totalbytes=nil, vcluster=nil, ips=nil, zoopath=nil, rip=nil)

def initialize(database=nil, table=nil, totalbytes=nil, vcluster=nil, ips=nil, zoopath=nil, rip=nil)
  @Database = database
  @Table = table
  @TotalBytes = totalbytes
  @VCluster = vcluster
  @Ips = ips
  @ZooPath = zoopath
  @Rip = rip
end