google_api_proximity_beacon v0.7.0 GoogleApi.ProximityBeacon.V1beta1.Model.ListBeaconsResponse View Source

Response that contains list beacon results and pagination help.

Attributes

  • beacons (type: list(GoogleApi.ProximityBeacon.V1beta1.Model.Beacon.t), default: nil) - The beacons that matched the search criteria.
  • nextPageToken (type: String.t, default: nil) - An opaque pagination token that the client may provide in their next request to retrieve the next page of results.
  • totalCount (type: String.t, default: nil) - Estimate of the total number of beacons matched by the query. Higher values may be less accurate.

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.ListBeaconsResponse{
  beacons: [GoogleApi.ProximityBeacon.V1beta1.Model.Beacon.t()],
  nextPageToken: String.t(),
  totalCount: String.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.