Class Volume.UserInfoData.FamilySharingData
Information on the ability to share with the family.
Inherited Members
Namespace: Google.Apis.Books.v1.Data
Assembly: Google.Apis.Books.v1.dll
Syntax
public class Volume.UserInfoData.FamilySharingData
Properties
FamilyRole
The role of the user in the family.
Declaration
[JsonProperty("familyRole")]
public virtual string FamilyRole { get; set; }
Property Value
Type | Description |
---|---|
string |
IsSharingAllowed
Whether or not this volume can be shared with the family by the user. This includes sharing eligibility of both the volume and the user. If the value is true, the user can initiate a family sharing action.
Declaration
[JsonProperty("isSharingAllowed")]
public virtual bool? IsSharingAllowed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IsSharingDisabledByFop
Whether or not sharing this volume is temporarily disabled due to issues with the Family Wallet.
Declaration
[JsonProperty("isSharingDisabledByFop")]
public virtual bool? IsSharingDisabledByFop { get; set; }
Property Value
Type | Description |
---|---|
bool? |