toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (enableConsentBasedRedaction != null)
    'enableConsentBasedRedaction': enableConsentBasedRedaction!,
  if (enableInteractionLogging != null)
    'enableInteractionLogging': enableInteractionLogging!,
  if (enableStackdriverLogging != null)
    'enableStackdriverLogging': enableStackdriverLogging!,
};