Struct google_abusiveexperiencereport1::SiteSummaryResponse[][src]

pub struct SiteSummaryResponse {
    pub under_review: Option<bool>,
    pub enforcement_time: Option<String>,
    pub last_change_time: Option<String>,
    pub reviewed_site: Option<String>,
    pub report_url: Option<String>,
    pub abusive_status: Option<String>,
    pub filter_status: Option<String>,
}

Response message for GetSiteSummary. Do not confuse with same message in google.ads.experiencereport.v1

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Whether the site is currently under review.

The date on which enforcement begins.

The last time that the site changed status.

The name of the site reviewed.

A link that leads to a full abusive experience report.

The status of the site reviewed for the abusive experiences.

The abusive experience enforcement status of the site.

Trait Implementations

impl Default for SiteSummaryResponse
[src]

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

impl Clone for SiteSummaryResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SiteSummaryResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for SiteSummaryResponse
[src]

Auto Trait Implementations