GoogleCloudDialogflowV2LoggingConfig.fromJson constructor
GoogleCloudDialogflowV2LoggingConfig.fromJson(
- Map json_
Implementation
GoogleCloudDialogflowV2LoggingConfig.fromJson(core.Map json_)
: this(
enableStackdriverLogging:
json_['enableStackdriverLogging'] as core.bool?,
);