AppInstanceUser constructor

AppInstanceUser({
  1. String? appInstanceUserArn,
  2. DateTime? createdTimestamp,
  3. DateTime? lastUpdatedTimestamp,
  4. String? metadata,
  5. String? name,
})

Implementation

AppInstanceUser({
  this.appInstanceUserArn,
  this.createdTimestamp,
  this.lastUpdatedTimestamp,
  this.metadata,
  this.name,
});