class Google::Apis::BooksV1::SeriesMembership

Attributes

kind[RW]

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

member[RW]

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

next_page_token[RW]

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

Public Class Methods

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