class Google::Apis::ProximitybeaconV1beta1::GetInfoForObservedBeaconsResponse

Information about the requested beacons, optionally including attachment data.

Attributes

beacons[RW]

Public information about beacons. May be empty if the request matched no beacons. Corresponds to the JSON property `beacons` @return [Array<Google::Apis::ProximitybeaconV1beta1::BeaconInfo>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/proximitybeacon_v1beta1/classes.rb, line 560
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/proximitybeacon_v1beta1/classes.rb, line 565
def update!(**args)
  @beacons = args[:beacons] if args.key?(:beacons)
end