View Source GoogleApi.Books.V1.Model.UsersettingsNotification (google_api_books v0.21.0)
Attributes
-
matchMyInterests
(type:GoogleApi.Books.V1.Model.UsersettingsNotificationMatchMyInterests.t
, default:nil
) - -
moreFromAuthors
(type:GoogleApi.Books.V1.Model.UsersettingsNotificationMoreFromAuthors.t
, default:nil
) - -
moreFromSeries
(type:GoogleApi.Books.V1.Model.UsersettingsNotificationMoreFromSeries.t
, default:nil
) - -
priceDrop
(type:GoogleApi.Books.V1.Model.UsersettingsNotificationPriceDrop.t
, default:nil
) - -
rewardExpirations
(type:GoogleApi.Books.V1.Model.UsersettingsNotificationRewardExpirations.t
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Books.V1.Model.UsersettingsNotification{ matchMyInterests: GoogleApi.Books.V1.Model.UsersettingsNotificationMatchMyInterests.t() | nil, moreFromAuthors: GoogleApi.Books.V1.Model.UsersettingsNotificationMoreFromAuthors.t() | nil, moreFromSeries: GoogleApi.Books.V1.Model.UsersettingsNotificationMoreFromSeries.t() | nil, priceDrop: GoogleApi.Books.V1.Model.UsersettingsNotificationPriceDrop.t() | nil, rewardExpirations: GoogleApi.Books.V1.Model.UsersettingsNotificationRewardExpirations.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.