Sha256: e9d8c0f99cd90f7c70f8d722525a6f0a137a68af6019bc0b8f0fe81d3c226a9e

Contents?: true

Size: 550 Bytes

Versions: 1

Compression:

Stored size: 550 Bytes

Contents

# Buildium::AnnouncementMessageSender

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Unique identifier of the user who sent the announcement. | [optional] |
| **display_name** | **String** | Display name of the user who sent the announcement. | [optional] |
| **href** | **String** | A link to the user resource. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::AnnouncementMessageSender.new(
  id: null,
  display_name: null,
  href: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/AnnouncementMessageSender.md