Sha256: f786f6cdd90505c70f4157df35f782374a61b68c024135feb3dfa056304a60f4
Contents?: true
Size: 573 Bytes
Versions: 13
Compression:
Stored size: 573 Bytes
Contents
# KlaviyoAPI::CampaignPartialUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CampaignEnum**](CampaignEnum.md) | | | | **id** | **String** | The campaign ID to be retrieved | | | **attributes** | [**CampaignPartialUpdateQueryResourceObjectAttributes**](CampaignPartialUpdateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CampaignPartialUpdateQueryResourceObject.new( type: null, id: null, attributes: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems