pl.wendigo.chrome.api.io / ResolveBlobResponse

ResolveBlobResponse

data class ResolveBlobResponse (source)

Represents response frame that is returned from IO#resolveBlob operation call. Return UUID of Blob object specified by a remote object id.

Link
IO#resolveBlob method documentation.

See Also

IOOperations.resolveBlob

Constructors

<init>

ResolveBlobResponse(uuid: String)

Represents response frame that is returned from IO#resolveBlob operation call. Return UUID of Blob object specified by a remote object id.

Properties

uuid

val uuid: String

UUID of the specified Blob.