GetDataSetResponse constructor

GetDataSetResponse({
  1. String? arn,
  2. AssetType? assetType,
  3. DateTime? createdAt,
  4. String? description,
  5. String? id,
  6. String? name,
  7. Origin? origin,
  8. OriginDetails? originDetails,
  9. String? sourceId,
  10. Map<String, String>? tags,
  11. DateTime? updatedAt,
})

Implementation

GetDataSetResponse({
  this.arn,
  this.assetType,
  this.createdAt,
  this.description,
  this.id,
  this.name,
  this.origin,
  this.originDetails,
  this.sourceId,
  this.tags,
  this.updatedAt,
});