AccountsContainersVersionsResource 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 path, {String? $fields})
    → Future<void>
  
  
- 
  Deletes a Container Version.
  
- 
  get(String path, {String? containerVersionId, String? $fields})
    → Future<ContainerVersion>
  
  
- 
  Gets a Container Version.
  
- 
  live(String parent, {String? $fields})
    → Future<ContainerVersion>
  
  
- 
  Gets the live (i.e. published) container version
  
- 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  publish(String path, {String? fingerprint, String? $fields})
    → Future<PublishContainerVersionResponse>
  
  
- 
  Publishes a Container Version.
  
- 
  setLatest(String path, {String? $fields})
    → Future<ContainerVersion>
  
  
- 
  Sets the latest version used for synchronization of workspaces when
detecting conflicts and errors.
  
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
- 
  undelete(String path, {String? $fields})
    → Future<ContainerVersion>
  
  
- 
  Undeletes a Container Version.
  
- 
  update(ContainerVersion request, String path, {String? fingerprint, String? $fields})
    → Future<ContainerVersion>
  
  
- 
  Updates a Container Version.