Class FamilyInfo.MembershipData
Family membership info of the user that made the request.
Inherited Members
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 |