GetHeapObjectIdRequest

@Serializable
data class GetHeapObjectIdRequest(val objectId: RemoteObjectId)(source)

Request object containing input parameters for the HeapProfilerDomain.getHeapObjectId command.

Constructors

Link copied to clipboard
constructor(objectId: RemoteObjectId)

Properties

Link copied to clipboard

Identifier of the object to get heap object id for.