class Google::Apis::BooksV1::GeoLayerData
Attributes
common[RW]
Corresponds to the JSON property `common` @return [Google::Apis::BooksV1::GeoLayerData::Common]
geo[RW]
Corresponds to the JSON property `geo` @return [Google::Apis::BooksV1::GeoLayerData::Geo]
kind[RW]
Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 1572 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/books_v1/classes.rb, line 1577 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