# KlaviyoAPI::SuppressionDeleteJobCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfileSuppressionBulkDeleteJobEnum**](ProfileSuppressionBulkDeleteJobEnum.md) | | | | **attributes** | [**SuppressionDeleteJobCreateQueryResourceObjectAttributes**](SuppressionDeleteJobCreateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SuppressionDeleteJobCreateQueryResourceObject.new( type: null, attributes: null ) ```