Sha256: 0fa4628a621867fa25681ad08672e4251292f06bd061b49ff0f759db5183e967
Contents?: true
Size: 916 Bytes
Versions: 3
Compression:
Stored size: 916 Bytes
Contents
# Buildium::UserSearchMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **role_ids** | **Array<Integer>** | Describes the role of the user. | [optional] | | **user_types** | **Array<String>** | Describes the user type of the user. | [optional] | | **status** | **String** | Filters results by the status of the user. If no status is specified both `active` and `inactive` staff members will be returned. | [optional] | | **name** | **String** | Filters results to only records whose name *contains* the specified value. | [optional] | | **email** | **String** | Filters results to only records whose email *contains* the specified value. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::UserSearchMessage.new( role_ids: null, user_types: null, status: null, name: null, email: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/UserSearchMessage.md |
buildium-ruby-2.1.0 | docs/UserSearchMessage.md |
buildium-ruby-2.0.1 | docs/UserSearchMessage.md |