Struct google_dfareporting3d2::OperatingSystemVersion[][src]

pub struct OperatingSystemVersion {
    pub major_version: Option<String>,
    pub kind: Option<String>,
    pub minor_version: Option<String>,
    pub name: Option<String>,
    pub operating_system: Option<OperatingSystem>,
    pub id: Option<String>,
}

Contains information about a particular version of 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

Major version (leftmost number) of this operating system version.

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

Minor version (number after the first dot) of this operating system version.

Name of this operating system version.

Operating system of this operating system version.

ID of this operating system version.

Trait Implementations

impl Default for OperatingSystemVersion
[src]

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

impl Clone for OperatingSystemVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OperatingSystemVersion
[src]

Formats the value using the given formatter. Read more

impl Resource for OperatingSystemVersion
[src]

impl ResponseResult for OperatingSystemVersion
[src]

Auto Trait Implementations