data class GetHeapObjectIdResponse
Response type for the HeapProfilerDomain.getHeapObjectId command.
<init> |
Response type for the HeapProfilerDomain.getHeapObjectId command. GetHeapObjectIdResponse(heapSnapshotObjectId: HeapSnapshotObjectId) |
heapSnapshotObjectId |
Id of the heap snapshot object corresponding to the passed remote object id. val heapSnapshotObjectId: HeapSnapshotObjectId |