IntegrationExpireGracePeriodChange

@Serializable
@SerialName(value = "expire_grace_period")
data class IntegrationExpireGracePeriodChange(val oldGracePeriod: Int? = null, val newGracePeriod: Int? = null) : AuditLogChange(source)

Constructors

Link copied to clipboard
constructor(oldGracePeriod: Int? = null, newGracePeriod: Int? = null)

Properties

Link copied to clipboard
@SerialName(value = "new_value")
val newGracePeriod: Int? = null
Link copied to clipboard
@SerialName(value = "old_value")
val oldGracePeriod: Int? = null