Delete

data class Delete(val id: String) : DeltaUpdate

Removes the bullet with id from the playbook.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

Identifier of the bullet to delete.