GetAnomalySubscriptionsResponse constructor

GetAnomalySubscriptionsResponse({
  1. required List<AnomalySubscription> anomalySubscriptions,
  2. String? nextPageToken,
})

Implementation

GetAnomalySubscriptionsResponse({
  required this.anomalySubscriptions,
  this.nextPageToken,
});