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