Show / Hide Table of Contents

Class FamilyInfo.MembershipData

Family membership info of the user that made the request.

Inheritance
System.Object
FamilyInfo.MembershipData
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 MembershipData

Properties

AcquirePermission

Restrictions on user buying and acquiring content.

Declaration
[JsonProperty("acquirePermission")]
public virtual string AcquirePermission { get; set; }
Property Value
Type Description
System.String

AgeGroup

The age group of the user.

Declaration
[JsonProperty("ageGroup")]
public virtual string AgeGroup { get; set; }
Property Value
Type Description
System.String

AllowedMaturityRating

The maximum allowed maturity rating for the user.

Declaration
[JsonProperty("allowedMaturityRating")]
public virtual string AllowedMaturityRating { get; set; }
Property Value
Type Description
System.String

IsInFamily

Declaration
[JsonProperty("isInFamily")]
public virtual bool? IsInFamily { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Role

The role of the user in the family.

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