# KlaviyoAPI::ProfileSuppressionDeleteQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **email** | **String** | The email of the profile to unsuppress. | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileSuppressionDeleteQueryResourceObjectAttributes.new( email: matt-kemp@klaviyo-demo.com ) ```