Show / Hide Table of Contents

Class Usersettings.NotificationData.MatchMyInterestsData

Inheritance
System.Object
Usersettings.NotificationData.MatchMyInterestsData
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 MatchMyInterestsData

Properties

OptedState

Declaration
[JsonProperty("opted_state")]
public virtual string OptedState { get; set; }
Property Value
Type Description
System.String
In This Article
Back to top