Struct google_games1::InstanceAndroidDetails [] [src]

pub struct InstanceAndroidDetails {
    pub kind: Option<String>,
    pub enable_piracy_check: Option<bool>,
    pub package_name: Option<String>,
    pub preferred: Option<bool>,
}

This is a JSON template for the Android instance details resource.

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

Fields

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

Flag indicating whether the anti-piracy check is enabled.

Android package name which maps to Google Play URL.

Indicates that this instance is the default for new installations.

Trait Implementations

impl Debug for InstanceAndroidDetails
[src]

Formats the value using the given formatter.

impl Clone for InstanceAndroidDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for InstanceAndroidDetails
[src]

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

impl Part for InstanceAndroidDetails
[src]