Sha256: f21f34f09748d6cea2234cb0bb34a3a759137105bf3c2c8fddb9fb72bf27eede

Contents?: true

Size: 592 Bytes

Versions: 11

Compression:

Stored size: 592 Bytes

Contents

# KlaviyoAPI::TagCreateQueryResourceObjectRelationshipsTagGroupData

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | [**TagGroupEnum**](TagGroupEnum.md) |  |  |
| **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. |  |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::TagCreateQueryResourceObjectRelationshipsTagGroupData.new(
  type: null,
  id: zyxw9876-vu54-ts32-rq10-zyxwvu654321
)
```

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
klaviyo-api-sdk-12.0.0 docs/TagCreateQueryResourceObjectRelationshipsTagGroupData.md
klaviyo-api-sdk-11.1.0 docs/TagCreateQueryResourceObjectRelationshipsTagGroupData.md
klaviyo-api-sdk-11.0.0 docs/TagCreateQueryResourceObjectRelationshipsTagGroupData.md
klaviyo-api-sdk-10.0.0 docs/TagCreateQueryResourceObjectRelationshipsTagGroupData.md
klaviyo-api-sdk-9.0.0 docs/TagCreateQueryResourceObjectRelationshipsTagGroupData.md
klaviyo-api-sdk-8.0.0 docs/TagCreateQueryResourceObjectRelationshipsTagGroupData.md
klaviyo-api-sdk-7.1.0 docs/TagCreateQueryResourceObjectRelationshipsTagGroupData.md
klaviyo-api-sdk-6.0.0 docs/TagCreateQueryResourceObjectRelationshipsTagGroupData.md
klaviyo-api-sdk-5.1.0 docs/TagCreateQueryResourceObjectRelationshipsTagGroupData.md
klaviyo-api-sdk-5.0.0 docs/TagCreateQueryResourceObjectRelationshipsTagGroupData.md
klaviyo-api-sdk-4.2.0 docs/TagCreateQueryResourceObjectRelationshipsTagGroupData.md