ApplyPresetRequestDto

@Serializable
data class ApplyPresetRequestDto(val presetName: String)

Payload for applying a preset by name rather than supplying individual properties

Constructors

Link copied to clipboard
constructor(presetName: String)

Properties

Link copied to clipboard