toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (changeType != null) 'changeType': changeType!,
  if (excludeRollbacks != null) 'excludeRollbacks': excludeRollbacks!,
  if (filteringFields != null) 'filteringFields': filteringFields!,
  if (force != null) 'force': force!,
  if (inputGcsObject != null) 'inputGcsObject': inputGcsObject!,
  if (resultGcsBucket != null) 'resultGcsBucket': resultGcsBucket!,
  if (rollbackTime != null) 'rollbackTime': rollbackTime!,
  if (type != null) 'type': type!,
};