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