Struct google_dfareporting3d2::MobileApp[][src]

pub struct MobileApp {
    pub directory: Option<String>,
    pub kind: Option<String>,
    pub publisher_name: Option<String>,
    pub id: Option<String>,
    pub title: Option<String>,
}

Contains information about a mobile app. Used as a landing page deep link.

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

Mobile app directory.

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

Publisher name.

ID of this mobile app.

Title of this mobile app.

Trait Implementations

impl Default for MobileApp
[src]

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

impl Clone for MobileApp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MobileApp
[src]

Formats the value using the given formatter. Read more

impl Resource for MobileApp
[src]

impl ResponseResult for MobileApp
[src]

Auto Trait Implementations

impl Send for MobileApp

impl Sync for MobileApp