Sha256: cefffc8f2477294372cb61456864ac094581c408f623686cc638c4fd57736d73
Contents?: true
Size: 428 Bytes
Versions: 2
Compression:
Stored size: 428 Bytes
Contents
# PinterestSdkClient::PinMediaSourceVideoID ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **source_type** | **String** | | | | **cover_image_url** | **String** | | | | **media_id** | **String** | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::PinMediaSourceVideoID.new( source_type: null, cover_image_url: null, media_id: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/PinMediaSourceVideoID.md |
pinterest_sdk-1.0.0 | docs/PinMediaSourceVideoID.md |