class TencentCloud::Sqlserver::V20180328::DescribeBackupCommandResponse
DescribeBackupCommand返回参数结构体
def deserialize(params)
def deserialize(params) @Command = params['Command'] @RequestId = params['RequestId'] end
def initialize(command=nil, requestid=nil)
def initialize(command=nil, requestid=nil) @Command = command @RequestId = requestid end