# KlaviyoAPI::ImagePartialUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**ImageEnum**](ImageEnum.md) | | | | **id** | **String** | The ID of the image | | | **attributes** | [**ImagePartialUpdateQueryResourceObjectAttributes**](ImagePartialUpdateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::ImagePartialUpdateQueryResourceObject.new( type: null, id: 7, attributes: null ) ```