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