UsersInput constructor
UsersInput({})
Returns a new UsersInput instance.
Implementation
UsersInput({
required this.companyId,
this.roleId,
this.functionId,
this.status,
this.emailAddress,
this.timezone,
this.marketingOptOut,
});