Sha256: 7fa934129cea116efbe604a1e8a3ccfa8b52c6ca6bb06064af5f2af2433a2bf2

Contents?: true

Size: 1.76 KB

Versions: 1

Compression:

Stored size: 1.76 KB

Contents

# Buildium::AllTasksMessage

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **Integer** | Task unique identifier. | [optional] |
| **task_type** | **String** | The task type. | [optional] |
| **category** | [**AllTasksMessageCategory**](AllTasksMessageCategory.md) |  | [optional] |
| **title** | **String** | Task title. | [optional] |
| **description** | **String** | Task description. | [optional] |
| **property** | [**AllTasksMessageProperty**](AllTasksMessageProperty.md) |  | [optional] |
| **unit_id** | **Integer** | The unit unique identifier associated with the task. | [optional] |
| **unit_agreement** | [**AllTasksMessageUnitAgreement**](AllTasksMessageUnitAgreement.md) |  | [optional] |
| **requested_by_user_entity** | [**AllTasksMessageRequestedByUserEntity**](AllTasksMessageRequestedByUserEntity.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

1 entries across 1 versions & 1 rubygems

Version Path
buildium-ruby-3.1.0 docs/AllTasksMessage.md