google_api_books v0.15.0 GoogleApi.Books.V1.Model.SeriesSeries View Source
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
) -
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Books.V1.Model.SeriesSeries{ bannerImageUrl: String.t(), eligibleForSubscription: boolean(), imageUrl: String.t(), isComplete: boolean(), seriesFormatType: String.t(), seriesId: String.t(), seriesSubscriptionReleaseInfo: GoogleApi.Books.V1.Model.SeriesSeriesSeriesSubscriptionReleaseInfo.t(), seriesType: String.t(), subscriptionId: String.t(), title: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.