Sha256: ebeddb08c013874d3b4525bf6b10f853200cf68c8238d1b73daefb5dcaa606b9
Contents?: true
Size: 536 Bytes
Versions: 13
Compression:
Stored size: 536 Bytes
Contents
# KlaviyoAPI::SegmentPartialUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**SegmentEnum**](SegmentEnum.md) | | | | **id** | **String** | | | | **attributes** | [**SegmentPartialUpdateQueryResourceObjectAttributes**](SegmentPartialUpdateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SegmentPartialUpdateQueryResourceObject.new( type: null, id: null, attributes: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems