Sha256: 5443cf56376914d9580ce5c1ffdc792e8f142918e2374aab9d72ab8846935053
Contents?: true
Size: 562 Bytes
Versions: 13
Compression:
Stored size: 562 Bytes
Contents
# KlaviyoAPI::TagGroupUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**TagGroupEnum**](TagGroupEnum.md) | | | | **id** | **String** | The Tag Group ID | | | **attributes** | [**TagGroupUpdateQueryResourceObjectAttributes**](TagGroupUpdateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagGroupUpdateQueryResourceObject.new( type: null, id: zyxw9876-vu54-ts32-rq10-zyxwvu654321, attributes: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems