WatchlistScreeningEntityProgramGetResponse class

Available Extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

WatchlistScreeningEntityProgramGetResponse({required String id, required String createdAt, required bool isRescanningEnabled, required List<EntityWatchlistCode> listsEnabled, required String name, required ProgramNameSensitivity nameSensitivity, required WatchlistScreeningAuditTrail auditTrail, required bool isArchived, required String requestId})
WatchlistScreeningEntityProgramGetResponse.fromJson(Map<String, dynamic> json)
factory

Properties

auditTrail WatchlistScreeningAuditTrail
final
createdAt String
final
hashCode int
The hash code for this object.
no setteroverride
id String
final
isArchived bool
final
isRescanningEnabled bool
final
listsEnabled List<EntityWatchlistCode>
final
name String
final
nameSensitivity ProgramNameSensitivity
final
requestId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const WatchlistScreeningEntityProgramGetResponse Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(WatchlistScreeningEntityProgramGetResponse instance)