Builder

class Builder(val ownerOrigin: String, val key: String, val value: String)

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

Constructors

Link copied to clipboard
constructor(ownerOrigin: String, key: String, value: String)

Properties

Link copied to clipboard

If ignoreIfPresent is included and true, then only sets the entry if key doesn't already exist.

Link copied to clipboard
val key: String

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)

Functions

Link copied to clipboard