toJson method
Implementation
@override
Object toJson() => {
if (logSource.isNotDefault) 'logSource': logSource.toJson(),
if (logType.isNotDefault) 'logType': logType.toJson(),
if (bigqueryTablePath.isNotDefault) 'bigqueryTablePath': bigqueryTablePath,
if (requestResponseLoggingSchemaVersion.isNotDefault)
'requestResponseLoggingSchemaVersion':
requestResponseLoggingSchemaVersion,
};