class TencentCloud::Sqlserver::V20180328::DescribeXEventsResponse
DescribeXEvents返回参数结构体
def deserialize(params)
def deserialize(params) unless params['Events'].nil? @Events = [] params['Events'].each do |i| events_tmp = Events.new events_tmp.deserialize(i) @Events << events_tmp end end @TotalCount = params['TotalCount'] @RequestId = params['RequestId'] end
def initialize(events=nil, totalcount=nil, requestid=nil)
def initialize(events=nil, totalcount=nil, requestid=nil) @Events = events @TotalCount = totalcount @RequestId = requestid end