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