[][src]Struct google_adexperiencereport1::PlatformSummary

pub struct PlatformSummary {
    pub under_review: Option<bool>,
    pub enforcement_time: Option<String>,
    pub last_change_time: Option<String>,
    pub filter_status: Option<String>,
    pub region: Option<Vec<String>>,
    pub report_url: Option<String>,
    pub better_ads_status: Option<String>,
}

Summary of the ad experience rating of a site for a specific platform.

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

Fields

under_review: Option<bool>

Whether the site is currently under review.

enforcement_time: Option<String>

The date on which ad filtering begins.

last_change_time: Option<String>

The last time that the site changed status.

filter_status: Option<String>

The ad filtering status of the site.

region: Option<Vec<String>>

The assigned regions for the site and platform.

report_url: Option<String>

A link that leads to a full ad experience report.

better_ads_status: Option<String>

The status of the site reviewed for the Better Ads Standards.

Trait Implementations

impl Part for PlatformSummary[src]

impl Clone for PlatformSummary[src]

impl Default for PlatformSummary[src]

impl Debug for PlatformSummary[src]

impl Serialize for PlatformSummary[src]

impl<'de> Deserialize<'de> for PlatformSummary[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]