diskord
5.2.0
common
diskord-core
/
com.jessecorbett.diskord.api.common.audit
/
IntegrationExpireGracePeriodChange
Integration
Expire
Grace
Period
Change
@
Serializable
@
SerialName
(
value
=
"expire_grace_period"
)
data
class
IntegrationExpireGracePeriodChange
(
val
oldGracePeriod
:
Int
?
=
null
,
val
newGracePeriod
:
Int
?
=
null
)
:
AuditLogChange
(
source
)
Members
Constructors
Integration
Expire
Grace
Period
Change
Link copied to clipboard
constructor
(
oldGracePeriod
:
Int
?
=
null
,
newGracePeriod
:
Int
?
=
null
)
Properties
new
Grace
Period
Link copied to clipboard
@
SerialName
(
value
=
"new_value"
)
val
newGracePeriod
:
Int
?
=
null
old
Grace
Period
Link copied to clipboard
@
SerialName
(
value
=
"old_value"
)
val
oldGracePeriod
:
Int
?
=
null