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 lib/google/apis/books_v1/classes.rb, line 1730
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/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