Struct google_content2::Datafeed[][src]

pub struct Datafeed {
    pub kind: Option<String>,
    pub content_type: Option<String>,
    pub name: Option<String>,
    pub content_language: Option<String>,
    pub format: Option<DatafeedFormat>,
    pub fetch_schedule: Option<DatafeedFetchSchedule>,
    pub target_country: Option<i64>,
    pub file_name: Option<String>,
    pub intended_destinations: Option<Vec<String>>,
    pub id: Option<String>,
    pub targets: Option<Vec<DatafeedTarget>>,
    pub attribute_language: Option<String>,
}

Datafeed configuration data.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Identifies what kind of resource this is. Value: the fixed string "content#datafeed".

The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported.

A descriptive name of the data feed.

[DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for targetCountry.

Format of the feed file.

Fetch schedule for the feed file.

[DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.

The filename of the feed. All feeds must have a unique file name.

[DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).

The ID of the data feed.

The targets this feed should apply to (country, language, destinations).

The two-letter ISO 639-1 language in which the attributes are defined in the data feed.

Trait Implementations

impl Default for Datafeed
[src]

Returns the "default value" for a type. Read more

impl Clone for Datafeed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Datafeed
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Datafeed
[src]

impl Resource for Datafeed
[src]

impl ResponseResult for Datafeed
[src]

Auto Trait Implementations

impl Send for Datafeed

impl Sync for Datafeed