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

GetHeapObjectIdRequest

data class GetHeapObjectIdRequest

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

Constructors

<init>

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

GetHeapObjectIdRequest(objectId: RemoteObjectId)

Properties

objectId

Identifier of the object to get heap object id for.

val objectId: RemoteObjectId