GoogleCloudAdvisorynotificationsV1NotificationSettings.fromJson constructor

GoogleCloudAdvisorynotificationsV1NotificationSettings.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAdvisorynotificationsV1NotificationSettings.fromJson(
  core.Map json_,
) : this(enabled: json_['enabled'] as core.bool?);