# KlaviyoAPI::TagUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**TagEnum**](TagEnum.md) | | | | **id** | **String** | The Tag ID | | | **attributes** | [**TagUpdateQueryResourceObjectAttributes**](TagUpdateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagUpdateQueryResourceObject.new( type: null, id: abcd1234-ef56-gh78-ij90-abcdef123456, attributes: null ) ```