# KlaviyoAPI::UnsubscriptionCreateJobCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **list_id** | **String** | Optional, the list to remove the profiles from | [optional] | | **emails** | **Array<String>** | The emails to unsubscribe if any. | [optional] | | **phone_numbers** | **Array<String>** | The phone numbers to unsubscribe if any. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::UnsubscriptionCreateJobCreateQueryResourceObjectAttributes.new( list_id: Y6nRLr, emails: ["matt-kemp@klaviyo-demo.com", "sarah.mason@klaviyo-demo.com", phone_numbers: ["+15005550006","+15005550007"] ) ```