# 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 ) ```