SetCacheDisabledRequest

@Serializable
data class SetCacheDisabledRequest(val cacheDisabled: Boolean)

Request object containing input parameters for the NetworkDomain.setCacheDisabled command.

Constructors

Link copied to clipboard
constructor(cacheDisabled: Boolean)

Properties

Link copied to clipboard

Cache disabled state.