Sha256: f8d45cede15796d603b007d0438f3c8578428a400f7f4c6c8ca8fe7ac5c75aca
Contents?: true
Size: 757 Bytes
Versions: 7
Compression:
Stored size: 757 Bytes
Contents
# KlaviyoAPI::SuppressionDeleteJobCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ProfileSuppressionBulkDeleteJobEnum**](ProfileSuppressionBulkDeleteJobEnum.md) | | | | **attributes** | [**SuppressionDeleteJobCreateQueryResourceObjectAttributes**](SuppressionDeleteJobCreateQueryResourceObjectAttributes.md) | | | | **relationships** | [**SuppressionDeleteJobCreateQueryResourceObjectRelationships**](SuppressionDeleteJobCreateQueryResourceObjectRelationships.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::SuppressionDeleteJobCreateQueryResourceObject.new( type: null, attributes: null, relationships: null ) ```
Version data entries
7 entries across 7 versions & 1 rubygems