RevokeInvitation200Response constructor
RevokeInvitation200Response({})
Returns a new RevokeInvitation200Response instance.
Implementation
RevokeInvitation200Response({
required this.object,
required this.id,
required this.emailAddress,
this.publicMetadata = const {},
this.revoked,
required this.status,
this.url,
this.expiresAt,
required this.createdAt,
required this.updatedAt,
});