AllowlistIdentifier constructor
AllowlistIdentifier({
- AllowlistIdentifierObjectEnum? object,
- String? id,
- String? invitationId,
- String? identifier,
- AllowlistIdentifierIdentifierTypeEnum? identifierType,
- String? instanceId,
- int? createdAt,
- 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,
});