Struct gapi_grpc::google::ads::googleads::v4::resources::OperatingSystemVersionConstant[][src]

pub struct OperatingSystemVersionConstant {
    pub resource_name: String,
    pub id: Option<i64>,
    pub name: Option<String>,
    pub os_major_version: Option<i32>,
    pub os_minor_version: Option<i32>,
    pub operator_type: i32,
}

A mobile operating system version or a range of versions, depending on operator_type. List of available mobile platforms at https://developers.google.com/adwords/api/docs/appendix/codes-formats#mobile-platforms

Fields

resource_name: String

Output only. The resource name of the operating system version constant. Operating system version constant resource names have the form:

operatingSystemVersionConstants/{criterion_id}

id: Option<i64>

Output only. The ID of the operating system version.

name: Option<String>

Output only. Name of the operating system.

os_major_version: Option<i32>

Output only. The OS Major Version number.

os_minor_version: Option<i32>

Output only. The OS Minor Version number.

operator_type: i32

Output only. Determines whether this constant represents a single version or a range of versions.

Implementations

impl OperatingSystemVersionConstant[src]

pub fn operator_type(&self) -> OperatingSystemVersionOperatorType[src]

Returns the enum value of operator_type, or the default if the field is set to an invalid enum value.

pub fn set_operator_type(&mut self, value: OperatingSystemVersionOperatorType)[src]

Sets operator_type to the provided enum value.

Trait Implementations

impl Clone for OperatingSystemVersionConstant[src]

impl Debug for OperatingSystemVersionConstant[src]

impl Default for OperatingSystemVersionConstant[src]

impl Message for OperatingSystemVersionConstant[src]

impl PartialEq<OperatingSystemVersionConstant> for OperatingSystemVersionConstant[src]

impl StructuralPartialEq for OperatingSystemVersionConstant[src]

Auto Trait Implementations

impl RefUnwindSafe for OperatingSystemVersionConstant

impl Send for OperatingSystemVersionConstant

impl Sync for OperatingSystemVersionConstant

impl Unpin for OperatingSystemVersionConstant

impl UnwindSafe for OperatingSystemVersionConstant

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]