Request Cache Names Request
@Serializable
Request object containing input parameters for the CacheStorageDomain.requestCacheNames command.
Constructors
Link copied to clipboard
constructor(securityOrigin: String? = null, storageKey: String? = null, storageBucket: StorageBucket? = null)
Types
Link copied to clipboard
class Builder
A builder for RequestCacheNamesRequest, which allows setting the optional parameters of the CacheStorageDomain.requestCacheNames command via a lambda.