Principal constructor

Principal({
  1. DateTime? creationTime,
  2. bool? external,
  3. String? id,
  4. DateTime? lastUpdatedTime,
  5. String? resourceShareArn,
})

Implementation

Principal({
  this.creationTime,
  this.external,
  this.id,
  this.lastUpdatedTime,
  this.resourceShareArn,
});