pl.wendigo.chrome.api.heapprofiler / GetObjectByHeapObjectIdRequest

GetObjectByHeapObjectIdRequest

data class GetObjectByHeapObjectIdRequest (source)

Represents request frame that can be used with HeapProfiler#getObjectByHeapObjectId operation call.

Link
HeapProfiler#getObjectByHeapObjectId method documentation.

See Also

HeapProfilerOperations.getObjectByHeapObjectId

Constructors

<init>

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

Represents request frame that can be used with HeapProfiler#getObjectByHeapObjectId operation call.

Properties

objectGroup

val objectGroup: String?

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

objectId

val objectId: HeapSnapshotObjectId