Class Volume.UserInfoData.FamilySharingData
Information on the ability to share with the family.
Inheritance
System.Object
Volume.UserInfoData.FamilySharingData
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 FamilySharingData
Properties
FamilyRole
The role of the user in the family.
Declaration
[JsonProperty("familyRole")]
public virtual string FamilyRole { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.Nullable<System.Boolean> |
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 |
|---|---|
| System.Nullable<System.Boolean> |