GoogleCloudAdvisorynotificationsV1ListNotificationsResponse constructor
GoogleCloudAdvisorynotificationsV1ListNotificationsResponse({
- String? nextPageToken,
- List<
GoogleCloudAdvisorynotificationsV1Notification> ? notifications, - int? totalSize,
Implementation
GoogleCloudAdvisorynotificationsV1ListNotificationsResponse({
this.nextPageToken,
this.notifications,
this.totalSize,
});