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

GetHeapObjectIdResponse

data class GetHeapObjectIdResponse

Response type for the HeapProfilerDomain.getHeapObjectId command.

Constructors

<init>

Response type for the HeapProfilerDomain.getHeapObjectId command.

GetHeapObjectIdResponse(heapSnapshotObjectId: HeapSnapshotObjectId)

Properties

heapSnapshotObjectId

Id of the heap snapshot object corresponding to the passed remote object id.

val heapSnapshotObjectId: HeapSnapshotObjectId