GetStorageKeyRequest

@Serializable
data class GetStorageKeyRequest(val frameId: FrameId? = null)

Request object containing input parameters for the StorageDomain.getStorageKey command.

Constructors

Link copied to clipboard
constructor(frameId: FrameId? = null)

Types

Link copied to clipboard
class Builder

A builder for GetStorageKeyRequest, which allows setting the optional parameters of the StorageDomain.getStorageKey command via a lambda.

Properties

Link copied to clipboard

(undocumented in the protocol definition)