GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig.fromJson constructor
GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig.fromJson(
- Map json_
Implementation
GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig.fromJson(
core.Map json_)
: this(
pubsubSubscription: json_.containsKey('pubsubSubscription')
? json_['pubsubSubscription'] as core.String
: null,
);