Struct google_content2::ProductStatusDataQualityIssue[][src]

pub struct ProductStatusDataQualityIssue {
    pub value_provided: Option<String>,
    pub severity: Option<String>,
    pub timestamp: Option<String>,
    pub destination: Option<String>,
    pub detail: Option<String>,
    pub location: Option<String>,
    pub value_on_landing_page: Option<String>,
    pub id: Option<String>,
    pub fetch_status: Option<String>,
}

There is no detailed description.

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

Fields

The value the attribute had at time of evaluation.

The severity of the data quality issue.

The time stamp of the data quality issue.

The destination the issue applies to.

A more detailed error string.

The attribute name that is relevant for the issue.

The value of that attribute that was found on the landing page

The id of the data quality issue.

The fetch status for landing_page_errors.

Trait Implementations

impl Default for ProductStatusDataQualityIssue
[src]

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

impl Clone for ProductStatusDataQualityIssue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProductStatusDataQualityIssue
[src]

Formats the value using the given formatter. Read more

impl Part for ProductStatusDataQualityIssue
[src]

Auto Trait Implementations