Sha256: 797252fa543788d4b49a0d678ac2e23149ea2f65a2c960bf6cba24fb4002c8d1
Contents?: true
Size: 660 Bytes
Versions: 1
Compression:
Stored size: 660 Bytes
Contents
# Buildium::CreateRentalImageUploadFileRequestAsyncRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **file_name** | **String** | Name of file being uploaded. The value can not exceed 255 characters. | | | **description** | **String** | A description of the file. The value cannot exceed 100 characters. | [optional] | | **show_in_listing** | **Boolean** | Indicates whether the image will be shown in listings. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::CreateRentalImageUploadFileRequestAsyncRequest.new( file_name: null, description: null, show_in_listing: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/CreateRentalImageUploadFileRequestAsyncRequest.md |