google_api_proximity_beacon v0.7.0 GoogleApi.ProximityBeacon.V1beta1.Model.Diagnostics View Source
Diagnostics for a single beacon.
Attributes
alerts
(type:list(String.t)
, default:nil
) - An unordered list of Alerts that the beacon has.beaconName
(type:String.t
, default:nil
) - Resource name of the beacon. For Eddystone-EID beacons, this may be the beacon's current EID, or the beacon's "stable" Eddystone-UID.estimatedLowBatteryDate
(type:GoogleApi.ProximityBeacon.V1beta1.Model.Date.t
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.ProximityBeacon.V1beta1.Model.Diagnostics{ alerts: [String.t()], beaconName: String.t(), estimatedLowBatteryDate: GoogleApi.ProximityBeacon.V1beta1.Model.Date.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.