UpdateCustomPresetRequest

@Serializable
data class UpdateCustomPresetRequest(val name: String? = null, val iconId: Int? = null, val titleId: Int? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, iconId: Int? = null, titleId: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "icon_id")
val iconId: Int? = null
Link copied to clipboard
@SerialName(value = "custom_name")
val name: String? = null
Link copied to clipboard
@SerialName(value = "title_id")
val titleId: Int? = null