Struct google_games1::NetworkDiagnostics [] [src]

pub struct NetworkDiagnostics {
    pub kind: Option<String>,
    pub network_operator_name: Option<String>,
    pub registration_latency_millis: Option<i32>,
    pub ios_network_type: Option<i32>,
    pub network_operator_code: Option<String>,
    pub android_network_subtype: Option<i32>,
    pub android_network_type: Option<i32>,
}

This is a JSON template for network diagnostics reported for a client.

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#networkDiagnostics.

The amount of time in milliseconds it took for the client to establish a connection with the XMPP server.

iOS network type as defined in Reachability.h.

The Android network subtype.

The Android network type.

Trait Implementations

impl Debug for NetworkDiagnostics
[src]

Formats the value using the given formatter.

impl Clone for NetworkDiagnostics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for NetworkDiagnostics
[src]

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

impl Part for NetworkDiagnostics
[src]