StartTrackingHeapObjectsRequest

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

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

A builder for StartTrackingHeapObjectsRequest, which allows setting the optional parameters of the HeapProfilerDomain.startTrackingHeapObjects command via a lambda.

Properties

Link copied to clipboard

(undocumented in the protocol definition)