Sha256: f297888fd00714f8b0c9de265d100a06543c64830eeb43e3ff2dea0161abded4

Contents?: true

Size: 1.72 KB

Versions: 3

Compression:

Stored size: 1.72 KB

Contents

# Buildium::AllTasksMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Task unique identifier. | [optional] |
| **task_type** | **String** | The task type. | [optional] |
| **category** | [**TaskCategoryResponseMessage**](TaskCategoryResponseMessage.md) |  | [optional] |
| **title** | **String** | Task title. | [optional] |
| **description** | **String** | Task description. | [optional] |
| **property** | [**PropertyMessage**](PropertyMessage.md) |  | [optional] |
| **unit_id** | **Integer** | The unit unique identifier associated with the task. | [optional] |
| **unit_agreement** | [**UnitAgreementMessage**](UnitAgreementMessage.md) |  | [optional] |
| **requested_by_user_entity** | [**RequestedByUserEntityMessage**](RequestedByUserEntityMessage.md) |  | [optional] |
| **assigned_to_user_id** | **Integer** | The unique identifier of the staff user assigned to the task. | [optional] |
| **task_status** | **String** | Task status. | [optional] |
| **priority** | **String** | Task priority. | [optional] |
| **due_date** | **Date** | Task due date. | [optional] |
| **created_date_time** | **Time** | The date and time the task was created. | [optional] |
| **last_updated_date_time** | **Time** | The date and time the task was last updated. | [optional] |

## Example

```ruby
require 'buildium-ruby'

instance = Buildium::AllTasksMessage.new(
  id: null,
  task_type: null,
  category: null,
  title: null,
  description: null,
  property: null,
  unit_id: null,
  unit_agreement: null,
  requested_by_user_entity: null,
  assigned_to_user_id: null,
  task_status: null,
  priority: null,
  due_date: null,
  created_date_time: null,
  last_updated_date_time: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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