Class: Google::Apis::ProximitybeaconV1beta1::IndoorLevel

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/proximitybeacon_v1beta1/classes.rb,
generated/google/apis/proximitybeacon_v1beta1/representations.rb,
generated/google/apis/proximitybeacon_v1beta1/representations.rb

Overview

Indoor level, a human-readable string as returned by Google Maps APIs, useful to indicate which floor of a building a beacon is located on.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ IndoorLevel

Returns a new instance of IndoorLevel.



645
646
647
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 645

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#nameString

The name of this level. Corresponds to the JSON property name

Returns:

  • (String)


643
644
645
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 643

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



650
651
652
# File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 650

def update!(**args)
  @name = args[:name] if args.key?(:name)
end