class Google::Apis::BooksV1::Volume::UserInfo::UserUploadedVolumeInfo
Attributes
processing_state[RW]
Corresponds to the JSON property `processingState` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/books_v1/classes.rb, line 3836 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 3841 def update!(**args) @processing_state = args[:processing_state] if args.key?(:processing_state) end