CreateRevisionResponse constructor

CreateRevisionResponse({
  1. String? arn,
  2. String? comment,
  3. DateTime? createdAt,
  4. String? dataSetId,
  5. bool? finalized,
  6. String? id,
  7. String? sourceId,
  8. Map<String, String>? tags,
  9. DateTime? updatedAt,
})

Implementation

CreateRevisionResponse({
  this.arn,
  this.comment,
  this.createdAt,
  this.dataSetId,
  this.finalized,
  this.id,
  this.sourceId,
  this.tags,
  this.updatedAt,
});