google_api_books v0.2.0 GoogleApi.Books.V1.Model.UsersettingsNotification View Source
Attributes
- matchMyInterests (UsersettingsNotificationMatchMyInterests): Defaults to:
null
. - moreFromAuthors (UsersettingsNotificationMatchMyInterests): Defaults to:
null
. - moreFromSeries (UsersettingsNotificationMatchMyInterests): Defaults to:
null
. - priceDrop (UsersettingsNotificationMatchMyInterests): Defaults to:
null
. - rewardExpirations (UsersettingsNotificationMatchMyInterests): Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Books.V1.Model.UsersettingsNotification{ matchMyInterests: GoogleApi.Books.V1.Model.UsersettingsNotificationMatchMyInterests.t(), moreFromAuthors: GoogleApi.Books.V1.Model.UsersettingsNotificationMatchMyInterests.t(), moreFromSeries: GoogleApi.Books.V1.Model.UsersettingsNotificationMatchMyInterests.t(), priceDrop: GoogleApi.Books.V1.Model.UsersettingsNotificationMatchMyInterests.t(), rewardExpirations: GoogleApi.Books.V1.Model.UsersettingsNotificationMatchMyInterests.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.