# KlaviyoAPI::CatalogCategoryUpdateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the catalog category. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CatalogCategoryUpdateQueryResourceObjectAttributes.new( name: Sample Data Category Apparel ) ```