GetAssetResponse constructor

GetAssetResponse({
  1. String? arn,
  2. AssetDetails? assetDetails,
  3. AssetType? assetType,
  4. DateTime? createdAt,
  5. String? dataSetId,
  6. String? id,
  7. String? name,
  8. String? revisionId,
  9. String? sourceId,
  10. DateTime? updatedAt,
})

Implementation

GetAssetResponse({
  this.arn,
  this.assetDetails,
  this.assetType,
  this.createdAt,
  this.dataSetId,
  this.id,
  this.name,
  this.revisionId,
  this.sourceId,
  this.updatedAt,
});