View Source GoogleApi.Books.V1.Model.Volumeseriesinfo (google_api_books v0.21.0)
Attributes
-
bookDisplayNumber
(type:String.t
, default:nil
) - The display number string. This should be used only for display purposes and the actual sequence should be inferred from the below orderNumber. -
kind
(type:String.t
, default:nil
) - Resource type. -
shortSeriesBookTitle
(type:String.t
, default:nil
) - Short book title in the context of the series. -
volumeSeries
(type:list(GoogleApi.Books.V1.Model.VolumeseriesinfoVolumeSeries.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Books.V1.Model.Volumeseriesinfo{ bookDisplayNumber: String.t() | nil, kind: String.t() | nil, shortSeriesBookTitle: String.t() | nil, volumeSeries: [GoogleApi.Books.V1.Model.VolumeseriesinfoVolumeSeries.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.