toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (defaultVersion != null) 'defaultVersion': defaultVersion!,
      if (description != null) 'description': description!,
      if (etag != null) 'etag': etag!,
      if (labels != null) 'labels': labels!,
      if (name != null) 'name': name!,
      if (onlinePredictionConsoleLogging != null)
        'onlinePredictionConsoleLogging': onlinePredictionConsoleLogging!,
      if (onlinePredictionLogging != null)
        'onlinePredictionLogging': onlinePredictionLogging!,
      if (regions != null) 'regions': regions!,
    };