Sha256: 2d2f1f851d157b52cc28174a9753aee7d1a6f274f09e45b83ba9c1674291c87f
Contents?: true
Size: 972 Bytes
Versions: 12
Compression:
Stored size: 972 Bytes
Contents
# KlaviyoAPI::CampaignPartialUpdateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The campaign name | [optional] | | **audiences** | [**AudiencesSubObject**](AudiencesSubObject.md) | | [optional] | | **send_options** | [**CampaignCreateQueryResourceObjectAttributesSendOptions**](CampaignCreateQueryResourceObjectAttributesSendOptions.md) | | [optional] | | **tracking_options** | [**CampaignCreateQueryResourceObjectAttributesTrackingOptions**](CampaignCreateQueryResourceObjectAttributesTrackingOptions.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
12 entries across 12 versions & 1 rubygems