# PinterestSdkClient::CatalogsFeed ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **created_at** | **Time** | | [optional] | | **id** | **String** | | [optional] | | **updated_at** | **Time** | | [optional] | | **default_country** | [**Country**](Country.md) | | | | **default_availability** | [**ProductAvailabilityType**](ProductAvailabilityType.md) | | | | **default_currency** | [**NullableCurrency**](NullableCurrency.md) | | | | **name** | **String** | A human-friendly name associated to a given feed. This value is currently nullable due to historical reasons. It is expected to become non-nullable in the future. | | | **format** | [**CatalogsFormat**](CatalogsFormat.md) | | | | **default_locale** | **String** | The locale used within a feed for product descriptions. | | | **credentials** | [**CatalogsFeedCredentials**](CatalogsFeedCredentials.md) | | | | **location** | **String** | The URL where a feed is available for download. This URL is what Pinterest will use to download a feed for processing. | | | **preferred_processing_schedule** | [**CatalogsFeedProcessingSchedule**](CatalogsFeedProcessingSchedule.md) | | | | **status** | [**CatalogsStatus**](CatalogsStatus.md) | | | ## Example ```ruby require 'pinterest_sdk' instance = PinterestSdkClient::CatalogsFeed.new( created_at: 2022-03-14T15:15:22Z, id: null, updated_at: 2022-03-14T15:16:34Z, default_country: null, default_availability: null, default_currency: null, name: null, format: null, default_locale: en_US, credentials: null, location: null, preferred_processing_schedule: null, status: null ) ```