Struct google_games1::InstanceWebDetails [] [src]

pub struct InstanceWebDetails {
    pub kind: Option<String>,
    pub launch_url: Option<String>,
    pub preferred: Option<bool>,
}

This is a JSON template for the Web 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#instanceWebDetails.

Launch URL for the game.

Indicates that this instance is the default for new installations.

Trait Implementations

impl Debug for InstanceWebDetails
[src]

Formats the value using the given formatter.

impl Clone for InstanceWebDetails
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for InstanceWebDetails
[src]

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

impl Part for InstanceWebDetails
[src]