Struct google_proximitybeacon1_beta1::ListBeaconsResponse [] [src]

pub struct ListBeaconsResponse {
    pub beacons: Option<Vec<Beacon>>,
    pub next_page_token: Option<String>,
    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

The beacons that matched the search criteria.

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

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

Trait Implementations

impl Debug for ListBeaconsResponse
[src]

Formats the value using the given formatter.

impl Clone for ListBeaconsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ListBeaconsResponse
[src]

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

impl ResponseResult for ListBeaconsResponse
[src]