ClearCachesRequestDto

@Serializable
data class ClearCachesRequestDto(val keys: List<EndpointConfiguration.Key>)

Constructors

Link copied to clipboard
constructor(keys: List<EndpointConfiguration.Key>)

Properties

Link copied to clipboard