MemberDetail constructor

MemberDetail({
  1. String? accountId,
  2. MemberDisabledReason? disabledReason,
  3. String? emailAddress,
  4. String? graphArn,
  5. DateTime? invitedTime,
  6. String? masterId,
  7. double? percentOfGraphUtilization,
  8. DateTime? percentOfGraphUtilizationUpdatedTime,
  9. MemberStatus? status,
  10. DateTime? updatedTime,
})

Implementation

MemberDetail({
  this.accountId,
  this.disabledReason,
  this.emailAddress,
  this.graphArn,
  this.invitedTime,
  this.masterId,
  this.percentOfGraphUtilization,
  this.percentOfGraphUtilizationUpdatedTime,
  this.status,
  this.updatedTime,
});