GetWorkersKvNamespaceResult

data class GetWorkersKvNamespaceResult(val accountId: String, val filter: GetWorkersKvNamespaceFilter? = null, val id: String, val namespaceId: String? = null, val supportsUrlEncoding: Boolean, val title: String)

A collection of values returned by getWorkersKvNamespace.

Constructors

Link copied to clipboard
constructor(accountId: String, filter: GetWorkersKvNamespaceFilter? = null, id: String, namespaceId: String? = null, supportsUrlEncoding: Boolean, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Identifier

Link copied to clipboard
Link copied to clipboard
val id: String

Namespace identifier tag.

Link copied to clipboard
val namespaceId: String? = null

Namespace identifier tag.

Link copied to clipboard

True if keys written on the URL will be URL-decoded before storing. For example, if set to "true", a key written on the URL as "%3F" will be stored as "?".

Link copied to clipboard

A human-readable string name for a Namespace.