Show / Hide Table of Contents

Class Volume.UserInfoData.FamilySharingData

Information on the ability to share with the family.

Inheritance
object
Volume.UserInfoData.FamilySharingData
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 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?
In this article
Back to top Generated by DocFX