google_api_proximity_beacon v0.2.0 GoogleApi.ProximityBeacon.V1beta1.Model.ListBeaconsResponse View Source
Response that contains list beacon results and pagination help.
Attributes
- beacons ([Beacon]): The beacons that matched the search criteria. Defaults to:
null
. - nextPageToken (String.t): An opaque pagination token that the client may provide in their next request to retrieve the next page of results. Defaults to:
null
. - totalCount (String.t): Estimate of the total number of beacons matched by the query. Higher values may be less accurate. 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.ListBeaconsResponse{
beacons: [GoogleApi.ProximityBeacon.V1beta1.Model.Beacon.t()],
nextPageToken: any(),
totalCount: any()
}
t() :: %GoogleApi.ProximityBeacon.V1beta1.Model.ListBeaconsResponse{ beacons: [GoogleApi.ProximityBeacon.V1beta1.Model.Beacon.t()], nextPageToken: any(), totalCount: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.