Struct google_content2::api::AccountStatusItemLevelIssue [−][src]
pub struct AccountStatusItemLevelIssue {
pub attribute_name: Option<String>,
pub code: Option<String>,
pub description: Option<String>,
pub detail: Option<String>,
pub documentation: Option<String>,
pub num_items: 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.
detail: Option<String>A detailed issue description in English.
documentation: Option<String>The URL of a web page to help with resolving this issue.
num_items: Option<String>Number of items with 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 AccountStatusItemLevelIssue
impl Send for AccountStatusItemLevelIssue
impl Sync for AccountStatusItemLevelIssue
impl Unpin for AccountStatusItemLevelIssue
impl UnwindSafe for AccountStatusItemLevelIssue
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more