class Google::Apis::BooksV1::DownloadAccesses
Attributes
download_access_list[RW]
A list of download access responses. Corresponds to the JSON property `downloadAccessList` @return [Array<Google::Apis::BooksV1::DownloadAccessRestriction>]
kind[RW]
Resource type. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/books_v1/classes.rb, line 1542 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/books_v1/classes.rb, line 1547 def update!(**args) @download_access_list = args[:download_access_list] if args.key?(:download_access_list) @kind = args[:kind] if args.key?(:kind) end