chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.io / ResolveBlobResponse

ResolveBlobResponse

data class ResolveBlobResponse

Response type for the IODomain.resolveBlob command.

Constructors

<init>

Response type for the IODomain.resolveBlob command.

ResolveBlobResponse(uuid: String)

Properties

uuid

UUID of the specified Blob.

val uuid: String