Struct google_adexperiencereport1::SiteSummaryResponse[][src]

pub struct SiteSummaryResponse {
    pub reviewed_site: Option<String>,
    pub desktop_summary: Option<PlatformSummary>,
    pub mobile_summary: Option<PlatformSummary>,
}

Response message for GetSiteSummary.

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

The name of the site reviewed.

Summary for the desktop review of the site.

Summary for the mobile review 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