Sha256: 6b4739733a39860f0b1344eba03d12a8df53fa64b9765dcc2f99125d66c5d763

Contents?: true

Size: 476 Bytes

Versions: 1

Compression:

Stored size: 476 Bytes

Contents

# Buildium::FileMessageFileEntity

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Entity unique identifier. | [optional] |
| **entity_type** | **String** | The entity type. | [optional] |
| **href** | **String** | A link to the entity resource. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::FileMessageFileEntity.new(
  id: null,
  entity_type: null,
  href: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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