class TencentCloud::Scf::V20180416::ListAsyncEventsResponse
ListAsyncEvents返回参数结构体
def deserialize(params)
def deserialize(params) @TotalCount = params['TotalCount'] unless params['EventList'].nil? @EventList = [] params['EventList'].each do |i| asyncevent_tmp = AsyncEvent.new asyncevent_tmp.deserialize(i) @EventList << asyncevent_tmp end end @RequestId = params['RequestId'] end
def initialize(totalcount=nil, eventlist=nil, requestid=nil)
def initialize(totalcount=nil, eventlist=nil, requestid=nil) @TotalCount = totalcount @EventList = eventlist @RequestId = requestid end