Sha256: 12fe1de6af0709d2cac32389ccd8dd43266cca02ad84022fcd51baa047396a64

Contents?: true

Size: 568 Bytes

Versions: 4

Compression:

Stored size: 568 Bytes

Contents

# Buildium::FilePutMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **title** | **String** | The title of the file. The value cannot exceed 255 characters. |  |
| **description** | **String** | A description of the file. The value cannot exceed 65000 characters. | [optional] |
| **category_id** | **Integer** | The category identifier to assign to this file. |  |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::FilePutMessage.new(
  title: null,
  description: null,
  category_id: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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