Get Object By Heap Object Id Request
data class GetObjectByHeapObjectIdRequest(objectId: HeapSnapshotObjectId, objectGroup: String?)
Content copied to clipboard
Represents request frame that can be used with HeapProfiler#getObjectByHeapObjectId operation call.
See also
Constructors
GetObjectByHeapObjectIdRequest
Link copied to clipboard
fun GetObjectByHeapObjectIdRequest(objectId: HeapSnapshotObjectId, objectGroup: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard