Struct google_content2::AccountStatusExampleItem [] [src]

pub struct AccountStatusExampleItem {
    pub item_id: Option<String>,
    pub submitted_value: Option<String>,
    pub link: Option<String>,
    pub value_on_landing_page: Option<String>,
    pub title: Option<String>,
}

An example of an item that has poor data quality. An item value on the landing page differs from what is submitted, or conflicts with a policy.

This type is not used in any activity, and only used as part of another schema.

Fields

Unique item ID as specified in the uploaded product data.

The item value that was submitted.

Landing page of the item.

The actual value on the landing page.

Title of the item.

Trait Implementations

impl Default for AccountStatusExampleItem
[src]

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

impl Clone for AccountStatusExampleItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountStatusExampleItem
[src]

Formats the value using the given formatter.

impl Part for AccountStatusExampleItem
[src]