# KlaviyoAPI::ListCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | A helpful name to label the list | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ListCreateQueryResourceObjectAttributes.new( name: Newsletter ) ```