Sha256: 7c6d97747c1d869f2d93176f301aefe88970acc1b53e06a7c76e5c6c932799ae
Contents?: true
Size: 442 Bytes
Versions: 1
Compression:
Stored size: 442 Bytes
Contents
# KlaviyoAPI::TagCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**TagEnum**](TagEnum.md) | | | | **attributes** | [**TagCreateQueryResourceObjectAttributes**](TagCreateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::TagCreateQueryResourceObject.new( type: null, attributes: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-2.0.0 | docs/TagCreateQueryResourceObject.md |