Class: Google::Apis::ProximitybeaconV1beta1::IndoorLevel
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::ProximitybeaconV1beta1::IndoorLevel
 
- 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
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of this level. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ IndoorLevel 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of IndoorLevel. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ IndoorLevel
Returns a new instance of IndoorLevel
| 636 637 638 | # File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 636 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#name ⇒ String
The name of this level.
Corresponds to the JSON property name
| 634 635 636 | # File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 634 def name @name end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 641 642 643 | # File 'generated/google/apis/proximitybeacon_v1beta1/classes.rb', line 641 def update!(**args) @name = args[:name] if args.key?(:name) end |