# Buildium::CreateFileCategoryRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the file category. The value cannot exceed 100 characters. | | ## Example ```ruby require 'buildium-ruby' instance = Buildium::CreateFileCategoryRequest.new( name: null ) ```