Struct google_games1::InstanceIosDetails [] [src]

pub struct InstanceIosDetails {
    pub preferred_for_iphone: Option<bool>,
    pub kind: Option<String>,
    pub support_iphone: Option<bool>,
    pub preferred_for_ipad: Option<bool>,
    pub itunes_app_id: Option<String>,
    pub bundle_identifier: Option<String>,
    pub support_ipad: Option<bool>,
}

This is a JSON template for the iOS details resource.

This type is not used in any activity, and only used as part of another schema.

Fields

Indicates that this instance is the default for new installations on iPhone devices.

Uniquely identifies the type of this resource. Value is always the fixed string games#instanceIosDetails.

Flag to indicate if this instance supports iPhone.

Indicates that this instance is the default for new installations on iPad devices.

iTunes App ID.

Bundle identifier.

Flag to indicate if this instance supports iPad.

Trait Implementations

impl Debug for InstanceIosDetails
[src]

Formats the value using the given formatter.

impl Clone for InstanceIosDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for InstanceIosDetails
[src]

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

impl Part for InstanceIosDetails
[src]