# Catalog.ProductImageFull

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Number** | The unique numeric ID of the image; increments sequentially.  | [optional] 
**productId** | **Number** | The unique numeric identifier for the product with which the image is associated.  | [optional] 
**urlZoom** | **String** | The zoom URL for this image. By default, this is used as the zoom image on product pages when zoom images are enabled.  | [optional] 
**urlStandard** | **String** | The standard URL for this image. By default, this is used for product-page images.  | [optional] 
**urlThumbnail** | **String** | The thumbnail URL for this image. By default, this is the image size used on the category page and in side panels.  | [optional] 
**urlTiny** | **String** | The tiny URL for this image. By default, this is the image size used for thumbnails beneath the product image on a product page.  | [optional] 
**dateModified** | **Date** | The date on which the product image was modified.  | [optional] 
