class Google::Apis::BooksV1::Volume::VolumeInfo::IndustryIdentifier

Attributes

identifier[RW]

Industry specific volume identifier. Corresponds to the JSON property `identifier` @return [String]

type[RW]

Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER. Corresponds to the JSON property `type` @return [String]

Public Class Methods

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