MutationRecordResponse

data class MutationRecordResponse(val mutateTime: String, val mutatedBy: String)

Describes a change made to a configuration.

Constructors

Link copied to clipboard
fun MutationRecordResponse(mutateTime: String, mutatedBy: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The email address of the user making the change.

Link copied to clipboard

When the change occurred.