Struct google_content2::api::AccountStatusProducts [−][src]
pub struct AccountStatusProducts {
pub channel: Option<String>,
pub country: Option<String>,
pub destination: Option<String>,
pub item_level_issues: Option<Vec<AccountStatusItemLevelIssue>>,
pub statistics: Option<AccountStatusStatistics>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
channel: Option<String>The channel the data applies to. Acceptable values are: - “local” - “online”
country: Option<String>The country the data applies to.
destination: Option<String>The destination the data applies to.
item_level_issues: Option<Vec<AccountStatusItemLevelIssue>>List of item-level issues.
statistics: Option<AccountStatusStatistics>Aggregated product statistics.
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 AccountStatusProducts
impl Send for AccountStatusProducts
impl Sync for AccountStatusProducts
impl Unpin for AccountStatusProducts
impl UnwindSafe for AccountStatusProducts
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more