Sha256: f855c255281396172ad17be2005248bec49998841559fbd2ccc7a259e3a56456

Contents?: true

Size: 925 Bytes

Versions: 3

Compression:

Stored size: 925 Bytes

Contents

# Buildium::FileUploadPostMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **entity_type** | **String** | Specifies the type of entity that `EntityId` refers to. |  |
| **entity_id** | **Integer** | Unique identified of the Entity Type. | [optional] |
| **file_name** | **String** | Name of file being uploaded. The value can not exceed 255 characters. |  |
| **title** | **String** | Title of file upload. The value can not exceed 255 characters. |  |
| **description** | **String** | Description of file upload. The value can not exceed 1000 characters. | [optional] |
| **category_id** | **Integer** | Unique identified of file category. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::FileUploadPostMessage.new(
  entity_type: null,
  entity_id: null,
  file_name: null,
  title: null,
  description: null,
  category_id: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
buildium-ruby-3.0.0 docs/FileUploadPostMessage.md
buildium-ruby-2.1.0 docs/FileUploadPostMessage.md
buildium-ruby-2.0.1 docs/FileUploadPostMessage.md