AllowlistIdentifier constructor

AllowlistIdentifier({
  1. AllowlistIdentifierObjectEnum? object,
  2. String? id,
  3. String? invitationId,
  4. String? identifier,
  5. AllowlistIdentifierIdentifierTypeEnum? identifierType,
  6. String? instanceId,
  7. int? createdAt,
  8. int? updatedAt,
})

Returns a new AllowlistIdentifier instance.

Implementation

AllowlistIdentifier({
  this.object,
  this.id,
  this.invitationId,
  this.identifier,
  this.identifierType,
  this.instanceId,
  this.createdAt,
  this.updatedAt,
});