View Source GoogleApi.Books.V1.Model.FamilyInfoMembership (google_api_books v0.21.0)

Family membership info of the user that made the request.

Attributes

  • acquirePermission (type: String.t, default: nil) - Restrictions on user buying and acquiring content.
  • ageGroup (type: String.t, default: nil) - The age group of the user.
  • allowedMaturityRating (type: String.t, default: nil) - The maximum allowed maturity rating for the user.
  • isInFamily (type: boolean(), default: nil) -
  • role (type: String.t, default: nil) - The role of the user in the family.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Books.V1.Model.FamilyInfoMembership{
  acquirePermission: String.t() | nil,
  ageGroup: String.t() | nil,
  allowedMaturityRating: String.t() | nil,
  isInFamily: boolean() | nil,
  role: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.