GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig.fromJson constructor
GoogleCloudBeyondcorpAppconnectorsV1NotificationConfig.fromJson(
- 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,
);