class Google::Apis::BooksV1::FamilyInfo
Attributes
kind[RW]
Resource type. Corresponds to the JSON property `kind` @return [String]
membership[RW]
Family membership info of the user that made the request. Corresponds to the JSON property `membership` @return [Google::Apis::BooksV1::FamilyInfo::Membership]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 1586 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/books_v1/classes.rb, line 1591 def update!(**args) @kind = args[:kind] if args.key?(:kind) @membership = args[:membership] if args.key?(:membership) end