class TencentCloud::Ioa::V20220601::DeviceProcessInfo
分页的具体数据对象
def deserialize(params)
def deserialize(params) @CmdLine = params['CmdLine'] @Memory = params['Memory'] @Name = params['Name'] @Path = params['Path'] @ProcessId = params['ProcessId'] @User = params['User'] end
def initialize(cmdline=nil, memory=nil, name=nil, path=nil, processid=nil, user=nil)
def initialize(cmdline=nil, memory=nil, name=nil, path=nil, processid=nil, user=nil) @CmdLine = cmdline @Memory = memory @Name = name @Path = path @ProcessId = processid @User = user end