toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final bigqueryTablePath = this.bigqueryTablePath;
  final logSource = this.logSource;
  final logType = this.logType;
  final requestResponseLoggingSchemaVersion =
      this.requestResponseLoggingSchemaVersion;
  return {
    'bigqueryTablePath': ?bigqueryTablePath,
    'logSource': ?logSource,
    'logType': ?logType,
    'requestResponseLoggingSchemaVersion':
        ?requestResponseLoggingSchemaVersion,
  };
}