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