toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (bigqueryTablePath != null) 'bigqueryTablePath': bigqueryTablePath!,
  if (logSource != null) 'logSource': logSource!,
  if (logType != null) 'logType': logType!,
  if (requestResponseLoggingSchemaVersion != null)
    'requestResponseLoggingSchemaVersion':
        requestResponseLoggingSchemaVersion!,
};