Struct google_proximitybeacon1_beta1::BeaconAttachment [] [src]

pub struct BeaconAttachment {
    pub attachment_name: Option<String>,
    pub data: Option<String>,
    pub namespaced_type: Option<String>,
}

Project-specific data associated with a beacon.

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

Resource name of this attachment. Attachment names have the format: beacons/beacon_id/attachments/attachment_id. Leave this empty on creation.

An opaque data container for client-provided data. Must be base64 encoded in HTTP requests, and will be so encoded (with padding) in responses. Required.

Specifies what kind of attachment this is. Tells a client how to interpret the data field. Format is namespace/type. Namespace provides type separation between clients. Type describes the type of data, for use by the client when parsing the data field. Required.

Trait Implementations

impl Debug for BeaconAttachment
[src]

Formats the value using the given formatter.

impl Clone for BeaconAttachment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for BeaconAttachment
[src]

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

impl RequestValue for BeaconAttachment
[src]

impl ResponseResult for BeaconAttachment
[src]