Sha256: 2efbcb0a36581fa69f5d3006797e36bd2e9d263864808a120858865dab22aab4
Contents?: true
Size: 574 Bytes
Versions: 1
Compression:
Stored size: 574 Bytes
Contents
# Buildium::UpdateFileRequest ## 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::UpdateFileRequest.new( 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/UpdateFileRequest.md |