StartTrackingHeapObjectsRequest

@Serializable
data class StartTrackingHeapObjectsRequest(val trackAllocations: Boolean? = null)(source)

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

Constructors

Link copied to clipboard
constructor(trackAllocations: Boolean? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard