# KlaviyoAPI::ProfileImportJobCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfileBulkImportJobEnum**](ProfileBulkImportJobEnum.md) | | | | **attributes** | [**ProfileImportJobCreateQueryResourceObjectAttributes**](ProfileImportJobCreateQueryResourceObjectAttributes.md) | | | | **relationships** | [**ProfileImportJobCreateQueryResourceObjectRelationships**](ProfileImportJobCreateQueryResourceObjectRelationships.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ProfileImportJobCreateQueryResourceObject.new( type: null, attributes: null, relationships: null ) ```