toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final defaultVersion = this.defaultVersion;
  final description = this.description;
  final etag = this.etag;
  final labels = this.labels;
  final name = this.name;
  final onlinePredictionConsoleLogging = this.onlinePredictionConsoleLogging;
  final onlinePredictionLogging = this.onlinePredictionLogging;
  final regions = this.regions;
  return {
    'defaultVersion': ?defaultVersion,
    'description': ?description,
    'etag': ?etag,
    'labels': ?labels,
    'name': ?name,
    'onlinePredictionConsoleLogging': ?onlinePredictionConsoleLogging,
    'onlinePredictionLogging': ?onlinePredictionLogging,
    'regions': ?regions,
  };
}