BlocklistIdentifier constructor
BlocklistIdentifier({
- BlocklistIdentifierObjectEnum? object,
- String? id,
- String? identifier,
- BlocklistIdentifierIdentifierTypeEnum? identifierType,
- String? instanceId,
- int? createdAt,
- int? updatedAt,
Returns a new BlocklistIdentifier instance.
Implementation
BlocklistIdentifier({
this.object,
this.id,
this.identifier,
this.identifierType,
this.instanceId,
this.createdAt,
this.updatedAt,
});