Struct google_proximitybeacon1_beta1::Observation[][src]

pub struct Observation {
    pub advertised_id: Option<AdvertisedId>,
    pub telemetry: Option<String>,
    pub timestamp_ms: Option<String>,
}

Represents one beacon observed once.

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

Fields

The ID advertised by the beacon the client has encountered.

If the submitted advertised_id type is Eddystone-EID, then the client must be authorized to resolve the given beacon. Otherwise no data will be returned for that beacon. Required.

The array of telemetry bytes received from the beacon. The server is responsible for parsing it. This field may frequently be empty, as with a beacon that transmits telemetry only occasionally.

Time when the beacon was observed.

Trait Implementations

impl Default for Observation
[src]

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

impl Clone for Observation
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Observation
[src]

Formats the value using the given formatter. Read more

impl Part for Observation
[src]

Auto Trait Implementations

impl Send for Observation

impl Sync for Observation