Struct google_proximitybeacon1_beta1::GetInfoForObservedBeaconsRequest[][src]

pub struct GetInfoForObservedBeaconsRequest {
    pub observations: Option<Vec<Observation>>,
    pub namespaced_types: Option<Vec<String>>,
}

Request for beacon and attachment information about beacons that a mobile client has encountered "in the wild".

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 the client has encountered. At least one must be given.

Specifies what kind of attachments to include in the response. When given, the response will include only attachments of the given types. When empty, no attachments will be returned. Must be in the format namespace/type. Accepts * to specify all types in all namespaces owned by the client. Optional.

Trait Implementations

impl Default for GetInfoForObservedBeaconsRequest
[src]

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

impl Clone for GetInfoForObservedBeaconsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetInfoForObservedBeaconsRequest
[src]

Formats the value using the given formatter. Read more

impl RequestValue for GetInfoForObservedBeaconsRequest
[src]

Auto Trait Implementations