class Google::Apis::BooksV1::Volumeseriesinfo
Attributes
book_display_number[RW]
The display number string. This should be used only for display purposes and the actual sequence should be inferred from the below orderNumber. Corresponds to the JSON property `bookDisplayNumber` @return [String]
kind[RW]
Resource type. Corresponds to the JSON property `kind` @return [String]
short_series_book_title[RW]
Short book title in the context of the series. Corresponds to the JSON property `shortSeriesBookTitle` @return [String]
volume_series[RW]
Corresponds to the JSON property `volumeSeries` @return [Array<Google::Apis::BooksV1::Volumeseriesinfo::VolumeSeries>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 4481 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 4486 def update!(**args) @book_display_number = args[:book_display_number] if args.key?(:book_display_number) @kind = args[:kind] if args.key?(:kind) @short_series_book_title = args[:short_series_book_title] if args.key?(:short_series_book_title) @volume_series = args[:volume_series] if args.key?(:volume_series) end