class TencentCloud::Cdb::V20170320::DescribeCpuExpandHistoryResponse
DescribeCpuExpandHistory返回参数结构体
def deserialize(params)
def deserialize(params) unless params['Items'].nil? @Items = [] params['Items'].each do |i| historyjob_tmp = HistoryJob.new historyjob_tmp.deserialize(i) @Items << historyjob_tmp end end @TotalCount = params['TotalCount'] @RequestId = params['RequestId'] end
def initialize(items=nil, totalcount=nil, requestid=nil)
def initialize(items=nil, totalcount=nil, requestid=nil) @Items = items @TotalCount = totalcount @RequestId = requestid end