ListAlertsResponse constructor

ListAlertsResponse({
  1. List<Alert>? alerts,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

ListAlertsResponse({this.alerts, this.nextPageToken, this.totalSize});