SetStorageBucketTrackingRequest

@Serializable
data class SetStorageBucketTrackingRequest(val storageKey: String, val enable: Boolean)

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

Constructors

Link copied to clipboard
constructor(storageKey: String, enable: Boolean)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)