# KlaviyoAPI::TagCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The Tag name | | | **tag_group_id** | **String** | The ID of the Tag Group to associate the Tag with. If this field is not specified, the Tag will be associated with the company's Default Tag Group. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagCreateQueryResourceObjectAttributes.new( name: My Tag, tag_group_id: zyxw9876-vu54-ts32-rq10-zyxwvu654321 ) ```