UsersUpdate constructor
UsersUpdate({
- String? companyId,
- int? functionId,
- UsersUpdateStatusEnum? status,
- String? emailAddress,
- String? timezone,
Returns a new UsersUpdate instance.
Implementation
UsersUpdate({
this.companyId,
this.functionId,
this.status,
this.emailAddress,
this.timezone,
});