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