Struct google_proximitybeacon1_beta1::BeaconInfo [] [src]

pub struct BeaconInfo {
    pub advertised_id: Option<AdvertisedId>,
    pub attachments: Option<Vec<AttachmentInfo>>,
    pub beacon_name: Option<String>,
}

A subset of beacon information served via the beaconinfo.getforobserved method, which you call when users of your app encounter your beacons.

This type is not used in any activity, and only used as part of another schema.

Fields

The ID advertised by the beacon.

Attachments matching the type(s) requested. May be empty if no attachment types were requested, or if none matched.

The name under which the beacon is registered.

Trait Implementations

impl Debug for BeaconInfo
[src]

Formats the value using the given formatter.

impl Clone for BeaconInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BeaconInfo
[src]

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

impl Part for BeaconInfo
[src]