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

Version Path
klaviyo-api-sdk-12.0.0 docs/ProfileMetaPatchProperties.md
klaviyo-api-sdk-11.1.0 docs/ProfileMetaPatchProperties.md
klaviyo-api-sdk-11.0.0 docs/ProfileMetaPatchProperties.md
klaviyo-api-sdk-10.0.0 docs/ProfileMetaPatchProperties.md
klaviyo-api-sdk-9.0.0 docs/ProfileMetaPatchProperties.md
klaviyo-api-sdk-8.0.0 docs/ProfileMetaPatchProperties.md
klaviyo-api-sdk-7.1.0 docs/ProfileMetaPatchProperties.md
klaviyo-api-sdk-6.0.0 docs/ProfileMetaPatchProperties.md
klaviyo-api-sdk-5.1.0 docs/ProfileMetaPatchProperties.md
klaviyo-api-sdk-5.0.0 docs/ProfileMetaPatchProperties.md
klaviyo-api-sdk-4.2.0 docs/ProfileMetaPatchProperties.md
klaviyo-api-sdk-4.1.0 docs/ProfileMetaPatchProperties.md