ResourceDetail constructor

ResourceDetail({
  1. String? arn,
  2. DateTime? createdTime,
  3. String? description,
  4. String? id,
  5. String? name,
})

Implementation

ResourceDetail({
  this.arn,
  this.createdTime,
  this.description,
  this.id,
  this.name,
});