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