Struct google_content2::api::ProductStatusItemLevelIssue [−][src]
pub struct ProductStatusItemLevelIssue {
pub attribute_name: Option<String>,
pub code: Option<String>,
pub description: Option<String>,
pub destination: Option<String>,
pub detail: Option<String>,
pub documentation: Option<String>,
pub resolution: Option<String>,
pub servability: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
attribute_name: Option<String>The attribute’s name, if the issue is caused by a single attribute.
code: Option<String>The error code of the issue.
description: Option<String>A short issue description in English.
destination: Option<String>The destination the issue applies to.
detail: Option<String>A detailed issue description in English.
documentation: Option<String>The URL of a web page to help with resolving this issue.
resolution: Option<String>Whether the issue can be resolved by the merchant.
servability: Option<String>How this issue affects serving of the offer.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for ProductStatusItemLevelIssue
impl Send for ProductStatusItemLevelIssue
impl Sync for ProductStatusItemLevelIssue
impl Unpin for ProductStatusItemLevelIssue
impl UnwindSafe for ProductStatusItemLevelIssue
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more