GoogleCloudAdvisorynotificationsV1Settings constructor

GoogleCloudAdvisorynotificationsV1Settings({
  1. String? etag,
  2. String? name,
  3. Map<String, GoogleCloudAdvisorynotificationsV1NotificationSettings>? notificationSettings,
})

Implementation

GoogleCloudAdvisorynotificationsV1Settings({
  this.etag,
  this.name,
  this.notificationSettings,
});