class Google::Apis::BooksV1::Offers::Item

Attributes

art_url[RW]

Corresponds to the JSON property `artUrl` @return [String]

gservices_key[RW]

Corresponds to the JSON property `gservicesKey` @return [String]

id[RW]

Corresponds to the JSON property `id` @return [String]

items[RW]

Corresponds to the JSON property `items` @return [Array<Google::Apis::BooksV1::Offers::Item::Item>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 2130
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 2135
def update!(**args)
  @art_url = args[:art_url] if args.key?(:art_url)
  @gservices_key = args[:gservices_key] if args.key?(:gservices_key)
  @id = args[:id] if args.key?(:id)
  @items = args[:items] if args.key?(:items)
end