GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings.fromJson constructor
GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowCxV3SecuritySettingsInsightsExportSettings.fromJson(
core.Map json_)
: this(
enableInsightsExport: json_.containsKey('enableInsightsExport')
? json_['enableInsightsExport'] as core.bool
: null,
);