google_api_proximity_beacon v0.2.0 GoogleApi.ProximityBeacon.V1beta1.Model.Observation View Source

Represents one beacon observed once.

Attributes

  • advertisedId (AdvertisedId): 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. Defaults to: null.
  • telemetry (binary()): 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. Defaults to: null.
  • timestampMs (DateTime.t): Time when the beacon was observed. Defaults to: null.

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 Source
t() :: %GoogleApi.ProximityBeacon.V1beta1.Model.Observation{
  advertisedId: GoogleApi.ProximityBeacon.V1beta1.Model.AdvertisedId.t(),
  telemetry: any(),
  timestampMs: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.