Sha256: 7978a9fc5c647270e6c529d08dc83599c1585949dd8135f70ffc5894ec153f00

Contents?: true

Size: 476 Bytes

Versions: 4

Compression:

Stored size: 476 Bytes

Contents

# Buildium::ListingFileMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | **String** | Indicates the media type of file. | [optional] |
| **name** | **String** | The name of the file. | [optional] |
| **url** | **String** | The the full URL to access the file. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::ListingFileMessage.new(
  type: null,
  name: null,
  url: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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