AutomationRuleNoteUpdateArgs

data class AutomationRuleNoteUpdateArgs(val text: Output<String>, val updatedBy: Output<String>) : ConvertibleToJava<AutomationRuleNoteUpdateArgs>

Constructors

Link copied to clipboard
fun AutomationRuleNoteUpdateArgs(text: Output<String>, updatedBy: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): AutomationRuleNoteUpdateArgs

Properties

Link copied to clipboard
val text: Output<String>
Link copied to clipboard
val updatedBy: Output<String>