chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.tracing / RequestMemoryDumpResponse

RequestMemoryDumpResponse

data class RequestMemoryDumpResponse

Response type for the TracingDomain.requestMemoryDump command.

Constructors

<init>

Response type for the TracingDomain.requestMemoryDump command.

RequestMemoryDumpResponse(dumpGuid: String, success: Boolean)

Properties

dumpGuid

GUID of the resulting global memory dump.

val dumpGuid: String

success

True iff the global memory dump succeeded.

val success: Boolean