Sha256: b0d701a1baea294e9664fab99d15afe08c04c486d4e58ffe38ad7003a98f0ec7
Contents?: true
Size: 661 Bytes
Versions: 12
Compression:
Stored size: 661 Bytes
Contents
# KlaviyoAPI::ProfileMetaPatchProperties ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **append** | **Object** | Append a simple value or values to this property array | [optional] | | **unappend** | **Object** | Remove a simple value or values from this property array | [optional] | | **unset** | [**ProfileMetaPatchPropertiesUnset**](ProfileMetaPatchPropertiesUnset.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileMetaPatchProperties.new( append: {"skus":"92538"}, unappend: {"skus":"40571"}, unset: null ) ```
Version data entries
12 entries across 12 versions & 1 rubygems