chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.heapprofiler / GetObjectByHeapObjectIdResponse

GetObjectByHeapObjectIdResponse

data class GetObjectByHeapObjectIdResponse

Response type for the HeapProfilerDomain.getObjectByHeapObjectId command.

Constructors

<init>

Response type for the HeapProfilerDomain.getObjectByHeapObjectId command.

GetObjectByHeapObjectIdResponse(result: RemoteObject)

Properties

result

Evaluation result.

val result: RemoteObject