Sha256: 6add47a08996d2cda25b89c3064037d703bdde369c11449ada5440e68903fc68
Contents?: true
Size: 639 Bytes
Versions: 1
Compression:
Stored size: 639 Bytes
Contents
# Buildium::AllTasksMessageCategory ## 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::AllTasksMessageCategory.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/AllTasksMessageCategory.md |