Struct google_gamesmanagement1_management::ProfileSettings[][src]

pub struct ProfileSettings {
    pub kind: Option<String>,
    pub profile_visible: Option<bool>,
}

This is a JSON template for profile settings

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 gamesManagement#profileSettings.

The player's current profile visibility. This field is visible to both 1P and 3P APIs.

Trait Implementations

impl Default for ProfileSettings
[src]

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

impl Clone for ProfileSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ProfileSettings
[src]

Formats the value using the given formatter. Read more

impl Part for ProfileSettings
[src]

Auto Trait Implementations