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.
Constructor Details
#initialize(**args) ⇒ GeoLayerData
Returns a new instance of GeoLayerData.
1730 1731 1732 |
# File 'generated/google/apis/books_v1/classes.rb', line 1730 def initialize(**args) update!(**args) end |
Instance Attribute Details
#common ⇒ Google::Apis::BooksV1::GeoLayerData::Common
Corresponds to the JSON property common
1718 1719 1720 |
# File 'generated/google/apis/books_v1/classes.rb', line 1718 def common @common end |
#geo ⇒ Google::Apis::BooksV1::GeoLayerData::Geo
Corresponds to the JSON property geo
1723 1724 1725 |
# File 'generated/google/apis/books_v1/classes.rb', line 1723 def geo @geo end |
#kind ⇒ String
Corresponds to the JSON property kind
1728 1729 1730 |
# File 'generated/google/apis/books_v1/classes.rb', line 1728 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1735 1736 1737 1738 1739 |
# File 'generated/google/apis/books_v1/classes.rb', line 1735 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 |