Show / Hide Table of Contents

Class Usersettings.NotificationData

Inheritance
System.Object
Usersettings.NotificationData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class NotificationData

Properties

MatchMyInterests

Declaration
[JsonProperty("matchMyInterests")]
public virtual Usersettings.NotificationData.MatchMyInterestsData MatchMyInterests { get; set; }
Property Value
Type Description
Usersettings.NotificationData.MatchMyInterestsData

MoreFromAuthors

Declaration
[JsonProperty("moreFromAuthors")]
public virtual Usersettings.NotificationData.MoreFromAuthorsData MoreFromAuthors { get; set; }
Property Value
Type Description
Usersettings.NotificationData.MoreFromAuthorsData

MoreFromSeries

Declaration
[JsonProperty("moreFromSeries")]
public virtual Usersettings.NotificationData.MoreFromSeriesData MoreFromSeries { get; set; }
Property Value
Type Description
Usersettings.NotificationData.MoreFromSeriesData

PriceDrop

Declaration
[JsonProperty("priceDrop")]
public virtual Usersettings.NotificationData.PriceDropData PriceDrop { get; set; }
Property Value
Type Description
Usersettings.NotificationData.PriceDropData

RewardExpirations

Declaration
[JsonProperty("rewardExpirations")]
public virtual Usersettings.NotificationData.RewardExpirationsData RewardExpirations { get; set; }
Property Value
Type Description
Usersettings.NotificationData.RewardExpirationsData
In This Article
Back to top