Sha256: 153c8a57174edcd00db87705b76b6fd00926a418824d4636d6f3c6753d4c9196
Contents?: true
Size: 647 Bytes
Versions: 1
Compression:
Stored size: 647 Bytes
Contents
# Buildium::TaskCategoryResponseMessage ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Task category unique identifier. | [optional] | | **name** | **String** | Name of the task category. | [optional] | | **href** | **String** | A link to the task category resource. | [optional] | | **sub_category** | [**TaskCategoryResponseMessageSubCategory**](TaskCategoryResponseMessageSubCategory.md) | | [optional] | ## Example ```ruby require 'buildium-ruby' instance = Buildium::TaskCategoryResponseMessage.new( id: null, name: null, href: null, sub_category: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
buildium-ruby-3.1.0 | docs/TaskCategoryResponseMessage.md |