Sha256: 90a6a090ae0f35acff47d7ba8b9829bb948b27932e3b931481934bb75e740afc
Contents?: true
Size: 711 Bytes
Versions: 9
Compression:
Stored size: 711 Bytes
Contents
# 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 ) ```
Version data entries
9 entries across 9 versions & 1 rubygems