Sha256: e7666b859e2ca2c350674f728781e53cdeb18b5e93ebc2326b3373beb9a07510
Contents?: true
Size: 462 Bytes
Versions: 2
Compression:
Stored size: 462 Bytes
Contents
# PinterestSdkClient::CatalogsFeedIngestionDetails ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **errors** | [**CatalogsFeedIngestionErrors**](CatalogsFeedIngestionErrors.md) | | | | **info** | [**CatalogsFeedIngestionInfo**](CatalogsFeedIngestionInfo.md) | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CatalogsFeedIngestionDetails.new( errors: null, info: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/CatalogsFeedIngestionDetails.md |
pinterest_sdk-1.0.0 | docs/CatalogsFeedIngestionDetails.md |