Struct google_adexperiencereport1::PlatformSummary[][src]

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

Whether the site is currently under review.

The date on which ad filtering begins.

The last time that the site changed status.

The ad filtering status of the site.

The assigned regions for the site and platform.

A link that leads to a full ad experience report.

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

Trait Implementations

impl Default for PlatformSummary
[src]

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

impl Clone for PlatformSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PlatformSummary
[src]

Formats the value using the given formatter. Read more

impl Part for PlatformSummary
[src]

Auto Trait Implementations