Show / Hide Table of Contents

Class FamilyInfo.MembershipData

Family membership info of the user that made the request.

Inheritance
object
FamilyInfo.MembershipData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class FamilyInfo.MembershipData

Properties

AcquirePermission

Restrictions on user buying and acquiring content.

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

AgeGroup

The age group of the user.

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

AllowedMaturityRating

The maximum allowed maturity rating for the user.

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

IsInFamily

Declaration
[JsonProperty("isInFamily")]
public virtual bool? IsInFamily { get; set; }
Property Value
Type Description
bool?

Role

The role of the user in the family.

Declaration
[JsonProperty("role")]
public virtual string Role { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX