Class: Google::Apis::BooksV1::Volume::UserInfo::UserUploadedVolumeInfo

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/books_v1/classes.rb,
lib/google/apis/books_v1/representations.rb,
lib/google/apis/books_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UserUploadedVolumeInfo

Returns a new instance of UserUploadedVolumeInfo.



3835
3836
3837
# File 'lib/google/apis/books_v1/classes.rb', line 3835

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#processing_stateString

Corresponds to the JSON property processingState

Returns:

  • (String)


3833
3834
3835
# File 'lib/google/apis/books_v1/classes.rb', line 3833

def processing_state
  @processing_state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3840
3841
3842
# File 'lib/google/apis/books_v1/classes.rb', line 3840

def update!(**args)
  @processing_state = args[:processing_state] if args.key?(:processing_state)
end