ListAlertPoliciesResponse constructor

ListAlertPoliciesResponse({
  1. List<AlertPolicy>? alertPolicies,
  2. String? nextPageToken,
  3. int? totalSize,
})

Implementation

ListAlertPoliciesResponse({
  this.alertPolicies,
  this.nextPageToken,
  this.totalSize,
});