Sha256: f21f34f09748d6cea2234cb0bb34a3a759137105bf3c2c8fddb9fb72bf27eede
Contents?: true
Size: 592 Bytes
Versions: 11
Compression:
Stored size: 592 Bytes
Contents
# KlaviyoAPI::TagCreateQueryResourceObjectRelationshipsTagGroupData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**TagGroupEnum**](TagGroupEnum.md) | | | | **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. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagCreateQueryResourceObjectRelationshipsTagGroupData.new( type: null, id: zyxw9876-vu54-ts32-rq10-zyxwvu654321 ) ```
Version data entries
11 entries across 11 versions & 1 rubygems