toJson method

Map<String, dynamic> toJson()

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!,
    };