Sha256: 3f40d9f05f47daba17ee832c3f870408388f72ba9e8559149c343a4f857cf3e3
Contents?: true
Size: 711 Bytes
Versions: 1
Compression:
Stored size: 711 Bytes
Contents
# Buildium::UpdateApplicantGroupRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **unit_id** | **Integer** | Rental property unit unique identifier to associate with the applicant group. | [optional] | | **applicant_group_status** | **String** | Sets the status of the applicant group. | | | **applicant_ids** | **Array<Integer>** | The applicant unique identifiers to include in the applicant group. Note, that applicants can only be included in one applicant group. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::UpdateApplicantGroupRequest.new( unit_id: null, applicant_group_status: null, applicant_ids: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/UpdateApplicantGroupRequest.md |