ListAlertPoliciesResponse constructor
ListAlertPoliciesResponse({
- List<
AlertPolicy> ? alertPolicies, - String? nextPageToken,
- int? totalSize,
Implementation
ListAlertPoliciesResponse({
this.alertPolicies,
this.nextPageToken,
this.totalSize,
});