class Google::Apis::BooksV1::Volumeseriesinfo::VolumeSeries
Attributes
issue[RW]
List of issues. Applicable only for Collection Edition and Omnibus. Corresponds to the JSON property `issue` @return [Array<Google::Apis::BooksV1::Volumeseriesinfo::VolumeSeries::Issue>]
order_number[RW]
The book order number in the series. Corresponds to the JSON property `orderNumber` @return [Fixnum]
series_book_type[RW]
The book type in the context of series. Examples - Single Issue, Collection Edition, etc. Corresponds to the JSON property `seriesBookType` @return [String]
series_id[RW]
The series id. Corresponds to the JSON property `seriesId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 4037 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 4042 def update!(**args) @issue = args[:issue] if args.key?(:issue) @order_number = args[:order_number] if args.key?(:order_number) @series_book_type = args[:series_book_type] if args.key?(:series_book_type) @series_id = args[:series_id] if args.key?(:series_id) end