Sha256: 5ade3bf97236e8ba8992f89d0150f7b0bc25f7dacfada78ea111b533b8b998fd

Contents?: true

Size: 415 Bytes

Versions: 2

Compression:

Stored size: 415 Bytes

Contents

# KlaviyoAPI::TagGroupCreateQueryResourceObjectAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The Tag Group name |  |
| **exclusive** | **Boolean** |  | [optional] |

## Example

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

instance = KlaviyoAPI::TagGroupCreateQueryResourceObjectAttributes.new(
  name: My Tag Group,
  exclusive: null
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
klaviyo-api-sdk-4.1.0 docs/TagGroupCreateQueryResourceObjectAttributes.md
klaviyo-api-sdk-2.0.0 docs/TagGroupCreateQueryResourceObjectAttributes.md