DeleteJob200Response constructor

DeleteJob200Response({
  1. String? schemaVersion,
  2. bool? deleted,
})

Returns a new DeleteJob200Response instance.

Implementation

DeleteJob200Response({
  this.schemaVersion,
  this.deleted,
});