ClearDataForStorageKeyRequest

@Serializable
data class ClearDataForStorageKeyRequest(val storageKey: String, val storageTypes: String)(source)

Request object containing input parameters for the StorageDomain.clearDataForStorageKey command.

Constructors

Link copied to clipboard
constructor(storageKey: String, storageTypes: String)

Properties

Link copied to clipboard

Storage key.

Link copied to clipboard

Comma separated list of StorageType to clear.