AlertPolicyCreationRecord

data class AlertPolicyCreationRecord(val mutateTime: String? = null, val mutatedBy: String? = null)

Constructors

Link copied to clipboard
constructor(mutateTime: String? = null, mutatedBy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mutatedBy: String? = null

(Output) The email address of the user making the change.

Link copied to clipboard
val mutateTime: String? = null

(Output) When the change occurred.