Class: Google::Apis::BooksV1::GeoLayerData
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::BooksV1::GeoLayerData
 
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/books_v1/classes.rb,
 generated/google/apis/books_v1/representations.rb,
 generated/google/apis/books_v1/representations.rb
Defined Under Namespace
Instance Attribute Summary collapse
- 
  
    
      #common  ⇒ Google::Apis::BooksV1::GeoLayerData::Common 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property common.
- 
  
    
      #geo  ⇒ Google::Apis::BooksV1::GeoLayerData::Geo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property geo.
- 
  
    
      #kind  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Corresponds to the JSON property kind.
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ GeoLayerData 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of GeoLayerData. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ GeoLayerData
Returns a new instance of GeoLayerData
| 1642 1643 1644 | # File 'generated/google/apis/books_v1/classes.rb', line 1642 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#common ⇒ Google::Apis::BooksV1::GeoLayerData::Common
Corresponds to the JSON property common
| 1630 1631 1632 | # File 'generated/google/apis/books_v1/classes.rb', line 1630 def common @common end | 
#geo ⇒ Google::Apis::BooksV1::GeoLayerData::Geo
Corresponds to the JSON property geo
| 1635 1636 1637 | # File 'generated/google/apis/books_v1/classes.rb', line 1635 def geo @geo end | 
#kind ⇒ String
Corresponds to the JSON property kind
| 1640 1641 1642 | # File 'generated/google/apis/books_v1/classes.rb', line 1640 def kind @kind end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 1647 1648 1649 1650 1651 | # File 'generated/google/apis/books_v1/classes.rb', line 1647 def update!(**args) @common = args[:common] if args.key?(:common) @geo = args[:geo] if args.key?(:geo) @kind = args[:kind] if args.key?(:kind) end |