GetWorkersKvNamespacesResult

data class GetWorkersKvNamespacesResult(val id: String, val supportsUrlEncoding: Boolean, val title: String)

Constructors

Link copied to clipboard
constructor(id: String, supportsUrlEncoding: Boolean, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

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.