Struct google_proximitybeacon1_beta1::ListBeaconsResponse [] [src]

pub struct ListBeaconsResponse {
    pub next_page_token: Option<String>,
    pub beacons: Option<Vec<Beacon>>,
    pub total_count: Option<i64>,
}

Response that contains list beacon results and pagination help.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

An opaque pagination token that the client may provide in their next request to retrieve the next page of results.

The beacons that matched the search criteria.

Estimate of the total number of beacons matched by the query. Higher values may be less accurate.

Trait Implementations

impl Default for ListBeaconsResponse
[src]

Returns the "default value" for a type. Read more

impl Clone for ListBeaconsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ListBeaconsResponse
[src]

Formats the value using the given formatter.

impl ResponseResult for ListBeaconsResponse
[src]