Sha256: 7fa063c5820b5e99c93813a7ab0e806e2c04661530bf03f32eef9598b276ea5c
Contents?: true
Size: 621 Bytes
Versions: 4
Compression:
Stored size: 621 Bytes
Contents
# Buildium::VehicleMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **make** | **String** | Make of the vehicle. | [optional] | | **model** | **String** | Model of the vehicle. | [optional] | | **license_plate_number** | **String** | License plate number of the vehicle. | [optional] | | **parking_pass_number** | **String** | Parking pass number assigned to the vehicle. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::VehicleMessage.new( make: null, model: null, license_plate_number: null, parking_pass_number: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/VehicleMessage.md |
buildium-ruby-3.0.0 | docs/VehicleMessage.md |
buildium-ruby-2.1.0 | docs/VehicleMessage.md |
buildium-ruby-2.0.1 | docs/VehicleMessage.md |