Struct google_dfareporting3d2::LandingPage[][src]

pub struct LandingPage {
    pub advertiser_id: Option<String>,
    pub archived: Option<bool>,
    pub name: Option<String>,
    pub url: Option<String>,
    pub deep_links: Option<Vec<DeepLink>>,
    pub kind: Option<String>,
    pub id: Option<String>,
}

Contains information about where a user's browser is taken after the user clicks an ad.

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

Advertiser ID of this landing page. This is a required field.

Whether this landing page has been archived.

Name of this landing page. This is a required field. It must be less than 256 characters long.

URL of this landing page. This is a required field.

Links that will direct the user to a mobile app, if installed.

Identifies what kind of resource this is. Value: the fixed string "dfareporting#landingPage".

ID of this landing page. This is a read-only, auto-generated field.

Trait Implementations

impl Default for LandingPage
[src]

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

impl Clone for LandingPage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LandingPage
[src]

Formats the value using the given formatter. Read more

impl RequestValue for LandingPage
[src]

impl ResponseResult for LandingPage
[src]

Auto Trait Implementations

impl Send for LandingPage

impl Sync for LandingPage