Sha256: de766b30e7d7a1420d5d5991f7cb04832dda91ddb0c1015929cb922d37afbd62
Contents?: true
Size: 433 Bytes
Versions: 11
Compression:
Stored size: 433 Bytes
Contents
# KlaviyoAPI::TagGroupCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The Tag Group name | | | **exclusive** | **Boolean** | | [optional][default to false] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagGroupCreateQueryResourceObjectAttributes.new( name: My Tag Group, exclusive: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems