Sha256: e3ca8527b1ce1983e71ef499fb5b8dcc10bc87fa84e8b82eb2b8583f89a0cac9
Contents?: true
Size: 1.17 KB
Versions: 4
Compression:
Stored size: 1.17 KB
Contents
# Buildium::ResidentRequestTaskPutMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **title** | **String** | Request title. The title can not exceed 127 characters. | | | **message** | **String** | Description of the request update. The message can not exceed 65500 characters. | [optional] | | **category_id** | **Integer** | The category identifier to assign the request. | [optional] | | **sub_category_id** | **Integer** | The subcategory identifier to assign the request. | [optional] | | **assigned_to_user_id** | **Integer** | The unique identifier of the staff user assigned to the request. The user must be a `Staff` user type. | [optional] | | **task_status** | **String** | Request status. | | | **priority** | **String** | Request priority. | | | **due_date** | **Date** | Request due date. The date must be formatted as YYYY-MM-DD. | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::ResidentRequestTaskPutMessage.new( title: null, message: null, category_id: null, sub_category_id: null, assigned_to_user_id: null, task_status: null, priority: null, due_date: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems