class Google::Apis::BooksV1::Series

Attributes

kind[RW]

Resource type. Corresponds to the JSON property `kind` @return [String]

series[RW]

Corresponds to the JSON property `series` @return [Array<Google::Apis::BooksV1::Series::Series>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 2573
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 2578
def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @series = args[:series] if args.key?(:series)
end