View Source GoogleApi.Books.V1.Model.VolumeVolumeInfoIndustryIdentifiers (google_api_books v0.21.0)

Attributes

  • identifier (type: String.t, default: nil) - Industry specific volume identifier.
  • type (type: String.t, default: nil) - Identifier type. Possible values are ISBN_10, ISBN_13, ISSN and OTHER.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.VolumeVolumeInfoIndustryIdentifiers{
  identifier: String.t() | nil,
  type: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.