# PinterestSdkClient::ImageDetails ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **width** | **Integer** | | | | **height** | **Integer** | | | | **url** | **String** | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::ImageDetails.new( width: null, height: null, url: null ) ```