Sha256: e86734b1123a1116b588a298c011626e5ab6b8a39ccac99011df180d2ba62656
Contents?: true
Size: 991 Bytes
Versions: 3
Compression:
Stored size: 991 Bytes
Contents
# Buildium::ApplicantGroupMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Applicant group unique identifier. | [optional] | | **property_id** | **Integer** | Rental property unique identifier that the applicant group is associated with. | [optional] | | **unit_id** | **Integer** | Rental property unit unique identifier that the applicant group is associated with. | [optional] | | **application_group_status** | **String** | Indicates the current applicant group status. Note, this status is independent from individual application statuses within the group. | [optional] | | **applicants** | [**Array<ApplicantMessage>**](ApplicantMessage.md) | A collection of applicants in the group. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ApplicantGroupMessage.new( id: null, property_id: null, unit_id: null, application_group_status: null, applicants: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.0.0 | docs/ApplicantGroupMessage.md |
buildium-ruby-2.1.0 | docs/ApplicantGroupMessage.md |
buildium-ruby-2.0.1 | docs/ApplicantGroupMessage.md |