SetSharedStorageEntryParameter

@Serializable
data class SetSharedStorageEntryParameter(val ownerOrigin: String, val key: String, val value: String, val ignoreIfPresent: Boolean? = null)

Constructors

Link copied to clipboard
constructor(ownerOrigin: String, key: String, value: String, ignoreIfPresent: Boolean? = null)

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
Link copied to clipboard
Link copied to clipboard