Sha256: 7f54edd79a6d92f096aff4598ac3c67c3e28bc8fdf37989bd2217becb3f0c025
Contents?: true
Size: 836 Bytes
Versions: 1
Compression:
Stored size: 836 Bytes
Contents
# KlaviyoAPI::CampaignPartialUpdateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The campaign name | [optional] | | **audiences** | [**AudiencesSubObject**](AudiencesSubObject.md) | | [optional] | | **send_options** | [**SendOptionsSubObject**](SendOptionsSubObject.md) | | [optional] | | **tracking_options** | [**TrackingOptionsSubObject**](TrackingOptionsSubObject.md) | | [optional] | | **send_strategy** | [**SendStrategySubObject**](SendStrategySubObject.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CampaignPartialUpdateQueryResourceObjectAttributes.new( name: My new campaign, audiences: null, send_options: null, tracking_options: null, send_strategy: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
klaviyo-api-sdk-2.0.0 | docs/CampaignPartialUpdateQueryResourceObjectAttributes.md |