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