Struct google_content2::DatafeedStatusExample[][src]

pub struct DatafeedStatusExample {
    pub item_id: Option<String>,
    pub value: Option<String>,
    pub line_number: Option<String>,
}

An example occurrence for a particular error.

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

Fields

The ID of the example item.

The problematic value.

Line number in the data feed where the example is found.

Trait Implementations

impl Default for DatafeedStatusExample
[src]

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

impl Clone for DatafeedStatusExample
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DatafeedStatusExample
[src]

Formats the value using the given formatter. Read more

impl Part for DatafeedStatusExample
[src]

Auto Trait Implementations