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

GetObjectByHeapObjectIdRequest

data class GetObjectByHeapObjectIdRequest

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

Constructors

<init>

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

GetObjectByHeapObjectIdRequest(objectId: HeapSnapshotObjectId, objectGroup: String? = null)

Properties

objectGroup

Symbolic group name that can be used to release multiple objects.

val objectGroup: String?

objectId

val objectId: HeapSnapshotObjectId