# KlaviyoAPI::TagCreateQueryResourceObjectRelationshipsTagGroup ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **data** | [**TagCreateQueryResourceObjectRelationshipsTagGroupData**](TagCreateQueryResourceObjectRelationshipsTagGroupData.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagCreateQueryResourceObjectRelationshipsTagGroup.new( data: null ) ```