Add

@Serializable
@SerialName(value = "ADD")
data class Add(val content: String, val sectionName: String, val sectionShortName: String) : ACEOptimizer.RawDeltaUpdate

Raw curator request to add a new bullet.

Constructors

Link copied to clipboard
constructor(content: String, sectionName: String, sectionShortName: String)

Properties

Link copied to clipboard

The content of the bullet item to add.

Link copied to clipboard

The name of the section the bullet should be added to.

Link copied to clipboard

The short name of that section.

Functions

Link copied to clipboard
open override fun toDeltaUpdate(): DeltaUpdate

Converts this to a DeltaUpdate.Add.