GoogleCloudAdvisorynotificationsV1ListNotificationsResponse constructor

GoogleCloudAdvisorynotificationsV1ListNotificationsResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudAdvisorynotificationsV1Notification>? notifications,
  3. int? totalSize,
})

Implementation

GoogleCloudAdvisorynotificationsV1ListNotificationsResponse({
  this.nextPageToken,
  this.notifications,
  this.totalSize,
});