toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (datasetReference != null) 'datasetReference': datasetReference!,
  if (description != null) 'description': description!,
  if (friendlyName != null) 'friendlyName': friendlyName!,
  if (labels != null) 'labels': labels!,
  if (location != null) 'location': location!,
  if (replicaLocations != null) 'replicaLocations': replicaLocations!,
};