UserList constructor

UserList({
  1. String? accessReason,
  2. String? accountAccessStatus,
  3. String? closingReason,
  4. String? description,
  5. String? displayName,
  6. String? id,
  7. IngestedUserListInfo? ingestedUserListInfo,
  8. String? integrationCode,
  9. String? membershipDuration,
  10. String? membershipStatus,
  11. String? name,
  12. bool? readOnly,
  13. SizeInfo? sizeInfo,
  14. TargetNetworkInfo? targetNetworkInfo,
})

Implementation

UserList({
  this.accessReason,
  this.accountAccessStatus,
  this.closingReason,
  this.description,
  this.displayName,
  this.id,
  this.ingestedUserListInfo,
  this.integrationCode,
  this.membershipDuration,
  this.membershipStatus,
  this.name,
  this.readOnly,
  this.sizeInfo,
  this.targetNetworkInfo,
});