google_api_proximity_beacon v0.7.0 GoogleApi.ProximityBeacon.V1beta1.Model.GetInfoForObservedBeaconsRequest View Source
Request for beacon and attachment information about beacons that a mobile client has encountered "in the wild".
Attributes
namespacedTypes
(type:list(String.t)
, default:nil
) - Specifies what kind of attachments to include in the response. When given, the response will include only attachments of the given types. When empty, no attachments will be returned. Must be in the format namespace/type. Accepts*
to specify all types in all namespaces owned by the client. Optional.observations
(type:list(GoogleApi.ProximityBeacon.V1beta1.Model.Observation.t)
, default:nil
) - The beacons that the client has encountered. At least one must be given.
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.GetInfoForObservedBeaconsRequest{ namespacedTypes: [String.t()], observations: [GoogleApi.ProximityBeacon.V1beta1.Model.Observation.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.