EntitySummary constructor

EntitySummary({
  1. String? entityArn,
  2. String? entityId,
  3. String? entityType,
  4. String? lastModifiedDate,
  5. String? name,
  6. String? visibility,
})

Implementation

EntitySummary({
  this.entityArn,
  this.entityId,
  this.entityType,
  this.lastModifiedDate,
  this.name,
  this.visibility,
});