Sha256: 40b85af09fb1d6237ce1e43e2d71edba8859a78c860454e20a6fc29acc4c7876
Contents?: true
Size: 472 Bytes
Versions: 13
Compression:
Stored size: 472 Bytes
Contents
# KlaviyoAPI::TagGroupCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**TagGroupEnum**](TagGroupEnum.md) | | | | **attributes** | [**TagGroupCreateQueryResourceObjectAttributes**](TagGroupCreateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagGroupCreateQueryResourceObject.new( type: null, attributes: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems