DescribeEntityResponse constructor

DescribeEntityResponse({
  1. String? details,
  2. String? entityArn,
  3. String? entityIdentifier,
  4. String? entityType,
  5. String? lastModifiedDate,
})

Implementation

DescribeEntityResponse({
  this.details,
  this.entityArn,
  this.entityIdentifier,
  this.entityType,
  this.lastModifiedDate,
});