RevisionsResource class 
 
    
    
  
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  delete(String fileId, String revisionId, {String? $fields})
    → Future<void>
  
  
- 
  Permanently deletes a file version.
  
- 
  get(String fileId, String revisionId, {String? $fields})
    → Future<Revision>
  
  
- 
  Gets a specific revision.
  
- 
  list(String fileId, {int? maxResults, String? pageToken, String? $fields})
    → Future<RevisionList>
  
  
- 
  Lists a file's revisions.
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  patch(Revision request, String fileId, String revisionId, {String? $fields})
    → Future<Revision>
  
  
- 
  Updates a revision.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  update(Revision request, String fileId, String revisionId, {String? $fields})
    → Future<Revision>
  
  
- 
  Updates a revision.