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

Attributes

  • bannerImageUrl (type: String.t, default: nil) -
  • eligibleForSubscription (type: boolean(), default: nil) -
  • imageUrl (type: String.t, default: nil) -
  • isComplete (type: boolean(), default: nil) -
  • seriesFormatType (type: String.t, default: nil) -
  • seriesId (type: String.t, default: nil) -
  • seriesSubscriptionReleaseInfo (type: GoogleApi.Books.V1.Model.SeriesSeriesSeriesSubscriptionReleaseInfo.t, default: nil) -
  • seriesType (type: String.t, default: nil) -
  • subscriptionId (type: String.t, default: nil) -
  • title (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.SeriesSeries{
  bannerImageUrl: String.t() | nil,
  eligibleForSubscription: boolean() | nil,
  imageUrl: String.t() | nil,
  isComplete: boolean() | nil,
  seriesFormatType: String.t() | nil,
  seriesId: String.t() | nil,
  seriesSubscriptionReleaseInfo:
    GoogleApi.Books.V1.Model.SeriesSeriesSeriesSubscriptionReleaseInfo.t() | nil,
  seriesType: String.t() | nil,
  subscriptionId: String.t() | nil,
  title: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.