AutomationRuleNoteUpdate

data class AutomationRuleNoteUpdate(val text: String, val updatedBy: String)

The updated note.

Constructors

Link copied to clipboard
constructor(text: String, updatedBy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The updated note text.

Link copied to clipboard

The principal that updated the note.