Sha256: bdfec98f1e96869502d2074d593eaf165e4bc5f02cbd5257984bf0f91f820a61
Contents?: true
Size: 590 Bytes
Versions: 1
Compression:
Stored size: 590 Bytes
Contents
# Buildium::CreateApplicantGroupRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **unit_id** | **Integer** | Rental property unit unique identifier to associate with the applicant group. | [optional] | | **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::CreateApplicantGroupRequest.new( unit_id: null, applicant_ids: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreateApplicantGroupRequest.md |