Sha256: 6b7fffe47c991b025612c61e1d9fcd5815172f51a128058bc2cd347e41d67735
Contents?: true
Size: 540 Bytes
Versions: 11
Compression:
Stored size: 540 Bytes
Contents
# 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 ) ```
Version data entries
11 entries across 11 versions & 1 rubygems