RevokeAccountCredentialsEvent constructor
- @JsonSerializable(includeIfNull: false)
const
RevokeAccountCredentialsEvent(
{ - @Default('tools.ozone.moderation.defs#revokeAccountCredentialsEvent') String $type,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory RevokeAccountCredentialsEvent({
@Default('tools.ozone.moderation.defs#revokeAccountCredentialsEvent')
String $type,
/// Comment describing the reason for the revocation.
required String comment,
Map<String, dynamic>? $unknown,
}) = _RevokeAccountCredentialsEvent;