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