Sha256: 45c2fc8ebaead417e282bddd2e9269eed19be8da42d09176b16c60131966f1d1
Contents?: true
Size: 466 Bytes
Versions: 2
Compression:
Stored size: 466 Bytes
Contents
# PinterestSdkClient::CatalogsFeedProcessingSchedule ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **time** | **String** | A time in format HH:MM with leading 0 (zero) | | | **timezone** | **String** | The timezone considered for the processing schedule time. | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CatalogsFeedProcessingSchedule.new( time: 02:59, timezone: null ) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pinterest_sdk-1.1.0 | docs/CatalogsFeedProcessingSchedule.md |
pinterest_sdk-1.0.0 | docs/CatalogsFeedProcessingSchedule.md |