# PinterestSdkClient::PinMediaWithImageAllOf ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **images** | [**Hash<String, ImageDetails>**](ImageDetails.md) | | [optional] | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::PinMediaWithImageAllOf.new( images: null ) ```