google_api_proximity_beacon v0.2.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 ([String.t]): 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 <var>namespace/type</var>. Accepts `*` to specify all types in all namespaces owned by the client. Optional. Defaults to:
null
. - observations ([Observation]): The beacons that the client has encountered. At least one must be given. 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()
View Source
t() ::
%GoogleApi.ProximityBeacon.V1beta1.Model.GetInfoForObservedBeaconsRequest{
namespacedTypes: [any()],
observations: [GoogleApi.ProximityBeacon.V1beta1.Model.Observation.t()]
}
t() :: %GoogleApi.ProximityBeacon.V1beta1.Model.GetInfoForObservedBeaconsRequest{ namespacedTypes: [any()], observations: [GoogleApi.ProximityBeacon.V1beta1.Model.Observation.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.