Sha256: 5563c334980dc36039736e6c34d94a206d0607cd51510baf6ccff17ad05e3936
Contents?: true
Size: 526 Bytes
Versions: 12
Compression:
Stored size: 526 Bytes
Contents
# KlaviyoAPI::TagUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**TagEnum**](TagEnum.md) | | | | **id** | **String** | The Tag ID | | | **attributes** | [**TagCreateQueryResourceObjectAttributes**](TagCreateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagUpdateQueryResourceObject.new( type: null, id: abcd1234-ef56-gh78-ij90-abcdef123456, attributes: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems