Sha256: bad3782d404513252705e1f00fa7727172cce78f1ed9c46989cdfd14ea993e74

Contents?: true

Size: 953 Bytes

Versions: 1

Compression:

Stored size: 953 Bytes

Contents

# Buildium::CreateUploadFileRequestAsyncRequest

## 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::CreateUploadFileRequestAsyncRequest.new(
  entity_type: null,
  entity_id: null,
  file_name: null,
  title: null,
  description: null,
  category_id: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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