SuppressionListsApi class

Constructors

SuppressionListsApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addSuppression(AddSuppressionRequest addSuppressionRequest) Future<AddSuppressionResponse?>
Add suppression entries
addSuppressionWithHttpInfo(AddSuppressionRequest addSuppressionRequest) Future<Response>
Add suppression entries
checkSuppression(CheckSuppressionRequest checkSuppressionRequest) Future<SuppressionCheckResponse?>
Check suppression status
checkSuppressionWithHttpInfo(CheckSuppressionRequest checkSuppressionRequest) Future<Response>
Check suppression status
getSuppressionStats() Future<SuppressionStatsResponse?>
Get suppression statistics
getSuppressionStatsWithHttpInfo() Future<Response>
Get suppression statistics
listSuppression({int? page, int? perPage, String? type, String? search}) Future<SuppressionListResponse?>
List suppression entries
listSuppressionWithHttpInfo({int? page, int? perPage, String? type, String? search}) Future<Response>
List suppression entries
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeSuppression(RemoveSuppressionRequest removeSuppressionRequest) Future<RemoveSuppression200Response?>
Remove suppression entries
removeSuppressionWithHttpInfo(RemoveSuppressionRequest removeSuppressionRequest) Future<Response>
Remove suppression entries
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited