# KlaviyoAPI::TagCreateQueryResourceObjectRelationshipsTagGroupData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**TagGroupEnum**](TagGroupEnum.md) | | | | **id** | **String** | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagCreateQueryResourceObjectRelationshipsTagGroupData.new( type: null, id: zyxw9876-vu54-ts32-rq10-zyxwvu654321 ) ```