DescribeProjectResult constructor

DescribeProjectResult({
  1. String? arn,
  2. String? clientRequestToken,
  3. DateTime? createdTimeStamp,
  4. String? description,
  5. String? id,
  6. String? name,
  7. String? projectTemplateId,
  8. String? stackId,
  9. ProjectStatus? status,
})

Implementation

DescribeProjectResult({
  this.arn,
  this.clientRequestToken,
  this.createdTimeStamp,
  this.description,
  this.id,
  this.name,
  this.projectTemplateId,
  this.stackId,
  this.status,
});