Sha256: 845216f8fecb05a9670e871b34ee11fd20d5aecb280141d3fec0fbd4d12a853c

Contents?: true

Size: 581 Bytes

Versions: 1

Compression:

Stored size: 581 Bytes

Contents

# 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
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
klaviyo-api-sdk-2.0.0 docs/TagCreateQueryResourceObjectAttributes.md