class Google::Apis::BooksV1::Discoveryclusters
Attributes
clusters[RW]
Corresponds to the JSON property `clusters` @return [Array<Google::Apis::BooksV1::Discoveryclusters::Cluster>]
kind[RW]
Resorce type. Corresponds to the JSON property `kind` @return [String]
total_clusters[RW]
Corresponds to the JSON property `totalClusters` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 1328 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 1333 def update!(**args) @clusters = args[:clusters] if args.key?(:clusters) @kind = args[:kind] if args.key?(:kind) @total_clusters = args[:total_clusters] if args.key?(:total_clusters) end