# KlaviyoAPI::TagGroupUpdateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The Tag Group name | | | **return_fields** | **Array<String>** | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagGroupUpdateQueryResourceObjectAttributes.new( name: My Tag Group, return_fields: null ) ```