AssetShallow constructor

AssetShallow({
  1. String? arn,
  2. String? createdAt,
  3. String? id,
  4. String? packagingGroupId,
  5. String? resourceId,
  6. String? sourceArn,
  7. String? sourceRoleArn,
  8. Map<String, String>? tags,
})

Implementation

AssetShallow({
  this.arn,
  this.createdAt,
  this.id,
  this.packagingGroupId,
  this.resourceId,
  this.sourceArn,
  this.sourceRoleArn,
  this.tags,
});