SudoEmailNotificationSchemaEntry

data class SudoEmailNotificationSchemaEntry(val description: String, val fieldName: String, val type: String) : NotificationSchemaEntry

Constructors

Link copied to clipboard
constructor(description: String, fieldName: String, type: String)

Properties

Link copied to clipboard
open override val description: String
Link copied to clipboard
open override val fieldName: String
Link copied to clipboard
open override val type: String