Sha256: 1bd2da0b0ddd46bd2f27f7a6b4023bde4bd575a0c2f9f9dd9dcf9cb9fb64e80b
Contents?: true
Size: 575 Bytes
Versions: 13
Compression:
Stored size: 575 Bytes
Contents
# KlaviyoAPI::ListPartialUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ListEnum**](ListEnum.md) | | | | **id** | **String** | Primary key that uniquely identifies this list. Generated by Klaviyo. | | | **attributes** | [**ListCreateQueryResourceObjectAttributes**](ListCreateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ListPartialUpdateQueryResourceObject.new( type: null, id: Y6nRLr, attributes: null ) ```
Version data entries
13 entries across 13 versions & 1 rubygems