toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (dataset != null) 'dataset': dataset!,
  if (effectiveReplicas != null) 'effectiveReplicas': effectiveReplicas!,
  if (replicaLocations != null) 'replicaLocations': replicaLocations!,
  if (restrictedExportPolicy != null)
    'restrictedExportPolicy': restrictedExportPolicy!,
  if (selectedResources != null) 'selectedResources': selectedResources!,
};