# KlaviyoAPI::SuppressionDeleteJobCreateQueryResourceObjectRelationshipsSegmentData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**SegmentEnum**](SegmentEnum.md) | | | | **id** | **String** | The segment to pull the profiles to remove suppressions from | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SuppressionDeleteJobCreateQueryResourceObjectRelationshipsSegmentData.new( type: null, id: Y6nRLr ) ```