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

Information a client needs to provision and register beacons that broadcast Eddystone-EID format beacon IDs, using Elliptic curve Diffie-Hellman key exchange. See the Eddystone specification at GitHub.

Attributes

  • maxRotationPeriodExponent (integer()): Indicates the maximum rotation period supported by the service. See EddystoneEidRegistration.rotation_period_exponent Defaults to: null.
  • minRotationPeriodExponent (integer()): Indicates the minimum rotation period supported by the service. See EddystoneEidRegistration.rotation_period_exponent Defaults to: null.
  • serviceEcdhPublicKey (binary()): The beacon service's public key for use by a beacon to derive its Identity Key using Elliptic Curve Diffie-Hellman key exchange. 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.EphemeralIdRegistrationParams{
  maxRotationPeriodExponent: any(),
  minRotationPeriodExponent: any(),
  serviceEcdhPublicKey: any()
}

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.