UserList constructor
UserList({
- String? accessReason,
- String? accountAccessStatus,
- String? closingReason,
- String? description,
- String? displayName,
- String? id,
- IngestedUserListInfo? ingestedUserListInfo,
- String? integrationCode,
- String? membershipDuration,
- String? membershipStatus,
- String? name,
- bool? readOnly,
- SizeInfo? sizeInfo,
- 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,
});