google_api_books v0.13.0 GoogleApi.Books.V1.Model.VolumeUserInfoFamilySharing View Source

Information on the ability to share with the family.

Attributes

  • familyRole (type: String.t, default: nil) - The role of the user in the family.
  • isSharingAllowed (type: boolean(), default: nil) - 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.
  • isSharingDisabledByFop (type: boolean(), default: nil) - Whether or not sharing this volume is temporarily disabled due to issues with the Family Wallet.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Books.V1.Model.VolumeUserInfoFamilySharing{
  familyRole: String.t(),
  isSharingAllowed: boolean(),
  isSharingDisabledByFop: boolean()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.