GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig.fromJson constructor

GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig.fromJson(
  1. Map json_
)

Implementation

GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig.fromJson(
    core.Map json_)
    : this(
        pubsubNotification: json_.containsKey('pubsubNotification')
            ? GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig
                .fromJson(json_['pubsubNotification']
                    as core.Map<core.String, core.dynamic>)
            : null,
      );