Sha256: 748222828a18e2f76ce02237b0e57affb855b064f8783843a3bd95644aab3ffa
Contents?: true
Size: 646 Bytes
Versions: 4
Compression:
Stored size: 646 Bytes
Contents
# Buildium::MailingTemplateMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Unique identifier of the mailing template. | [optional] | | **name** | **String** | Name of the mailing template. | [optional] | | **description** | **String** | Description of the mailing template. | [optional] | | **recipient_type** | **String** | Intended recipient type for mailings using the template. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::MailingTemplateMessage.new( id: null, name: null, description: null, recipient_type: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems