Struct google_proximitybeacon1_beta1::Diagnostics[][src]

pub struct Diagnostics {
    pub estimated_low_battery_date: Option<Date>,
    pub alerts: Option<Vec<String>>,
    pub beacon_name: Option<String>,
}

Diagnostics for a single beacon.

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

Fields

The date when the battery is expected to be low. If the value is missing then there is no estimate for when the battery will be low. This value is only an estimate, not an exact date.

An unordered list of Alerts that the beacon has.

Resource name of the beacon. For Eddystone-EID beacons, this may be the beacon's current EID, or the beacon's "stable" Eddystone-UID.

Trait Implementations

impl Default for Diagnostics
[src]

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

impl Clone for Diagnostics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Diagnostics
[src]

Formats the value using the given formatter. Read more

impl Part for Diagnostics
[src]

Auto Trait Implementations

impl Send for Diagnostics

impl Sync for Diagnostics