Sha256: a0cf79382c8ddeb059000a432b2d5f0b588a578814911edb1e56e91cbad2726d
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 KB
Contents
# Buildium::AnnouncementMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Unique identifier of the announcement. | [optional] | | **subject** | **String** | Subject line of the announcement. | [optional] | | **body** | **String** | Content of the announcement. | [optional] | | **announcement_date** | **Date** | Date the announcement was published. | [optional] | | **expiration_date** | **Date** | Indicates the date on which the announcement will be removed from the Resident Center. | [optional] | | **channels** | **Array<String>** | List of the distribution channels the announcement was sent through. | [optional] | | **sender** | [**AnnouncementMessageSender**](AnnouncementMessageSender.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::AnnouncementMessage.new( id: null, subject: null, body: null, announcement_date: null, expiration_date: null, channels: null, sender: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/AnnouncementMessage.md |