Struct google_dfareporting2d3::OperatingSystem [] [src]

pub struct OperatingSystem {
    pub mobile: Option<bool>,
    pub dart_id: Option<String>,
    pub desktop: Option<bool>,
    pub kind: Option<String>,
    pub name: Option<String>,
}

Contains information about an operating system that can be targeted by ads.

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 this operating system is for mobile.

DART ID of this operating system. This is the ID used for targeting.

Whether this operating system is for desktop.

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

Name of this operating system.

Trait Implementations

impl Default for OperatingSystem
[src]

[src]

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

impl Clone for OperatingSystem
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for OperatingSystem
[src]

[src]

Formats the value using the given formatter.

impl Resource for OperatingSystem
[src]

impl ResponseResult for OperatingSystem
[src]