google_api_proximity_beacon v0.0.1 GoogleApi.ProximityBeacon.V1beta1.Model.BeaconAttachment View Source

Project-specific data associated with a beacon.

Attributes

  • attachmentName (String): Resource name of this attachment. Attachment names have the format: <code>beacons/<var>beacon_id</var>/attachments/<var>attachment_id</var></code>. Leave this empty on creation. Defaults to: null.
  • creationTimeMs (String): The UTC time when this attachment was created, in milliseconds since the UNIX epoch. Defaults to: null.
  • data (String): 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. Defaults to: null.
  • namespacedType (String): Specifies what kind of attachment this is. Tells a client how to interpret the `data` field. Format is <var>namespace/type</var>. Namespace provides type separation between clients. Type describes the type of `data`, for use by the client when parsing the `data` field. Required. Defaults to: null.