toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (lastRunTime != null) 'lastRunTime': lastRunTime!,
if (loggingQuery != null) 'loggingQuery': loggingQuery!,
if (name != null) 'name': name!,
if (opsAnalyticsQuery != null) 'opsAnalyticsQuery': opsAnalyticsQuery!,
};