Sha256: a0d3315b93ba785470ed49c6201ccc21c8176127697b8c3f26ead4a06a7ed505

Contents?: true

Size: 516 Bytes

Versions: 7

Compression:

Stored size: 516 Bytes

Contents

# KlaviyoAPI::SegmentPartialUpdateQueryResourceObjectAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **definition** | [**SegmentDefinition**](SegmentDefinition.md) |  | [optional] |
| **name** | **String** |  | [optional] |
| **is_starred** | **Boolean** |  | [optional] |

## Example

```ruby
require 'klaviyo-api-sdk'

instance = KlaviyoAPI::SegmentPartialUpdateQueryResourceObjectAttributes.new(
  definition: null,
  name: null,
  is_starred: null
)
```

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
klaviyo-api-sdk-12.0.0 docs/SegmentPartialUpdateQueryResourceObjectAttributes.md
klaviyo-api-sdk-11.1.0 docs/SegmentPartialUpdateQueryResourceObjectAttributes.md
klaviyo-api-sdk-11.0.0 docs/SegmentPartialUpdateQueryResourceObjectAttributes.md
klaviyo-api-sdk-10.0.0 docs/SegmentPartialUpdateQueryResourceObjectAttributes.md
klaviyo-api-sdk-9.0.0 docs/SegmentPartialUpdateQueryResourceObjectAttributes.md
klaviyo-api-sdk-8.0.0 docs/SegmentPartialUpdateQueryResourceObjectAttributes.md
klaviyo-api-sdk-7.1.0 docs/SegmentPartialUpdateQueryResourceObjectAttributes.md