Sha256: 5d5228730c0c2a43e3276a7b3229270bfa93c2d1f6f97ec4d0b0b7997626e872
Contents?: true
Size: 462 Bytes
Versions: 4
Compression:
Stored size: 462 Bytes
Contents
# Buildium::ContactDetailPhoneMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **home** | **String** | Home phone number. | [optional] | | **work** | **String** | Work phone number. | [optional] | | **mobile** | **String** | Mobile phone number. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ContactDetailPhoneMessage.new( home: null, work: null, mobile: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems