Sha256: 0ac420bf6f958ca04280398725f1bc8407bcd96888fe2a691f3287eb3378bb03

Contents?: true

Size: 526 Bytes

Versions: 1

Compression:

Stored size: 526 Bytes

Contents

# KlaviyoAPI::TagUpdateQueryResourceObject

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **type** | [**TagEnum**](TagEnum.md) |  |  |
| **id** | **String** | The Tag ID |  |
| **attributes** | [**TagUpdateQueryResourceObjectAttributes**](TagUpdateQueryResourceObjectAttributes.md) |  |  |

## Example

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

instance = KlaviyoAPI::TagUpdateQueryResourceObject.new(
  type: null,
  id: abcd1234-ef56-gh78-ij90-abcdef123456,
  attributes: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

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