GetHeapObjectIdResponse

@Serializable
data class GetHeapObjectIdResponse(val heapSnapshotObjectId: HeapSnapshotObjectId)

Response type for the HeapProfilerDomain.getHeapObjectId command.

Constructors

Link copied to clipboard
constructor(heapSnapshotObjectId: HeapSnapshotObjectId)

Properties

Link copied to clipboard

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