Class: Google::Apis::ArtifactregistryV1::BatchDeleteVersionsMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::ArtifactregistryV1::BatchDeleteVersionsMetadata
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - lib/google/apis/artifactregistry_v1/classes.rb,
lib/google/apis/artifactregistry_v1/representations.rb,
lib/google/apis/artifactregistry_v1/representations.rb 
Overview
The metadata of an LRO from deleting multiple versions.
Instance Attribute Summary collapse
- 
  
    
      #failed_versions  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The versions the operation failed to delete.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchDeleteVersionsMetadata 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of BatchDeleteVersionsMetadata.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Constructor Details
#initialize(**args) ⇒ BatchDeleteVersionsMetadata
Returns a new instance of BatchDeleteVersionsMetadata.
      86 87 88  | 
    
      # File 'lib/google/apis/artifactregistry_v1/classes.rb', line 86 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#failed_versions ⇒ Array<String>
The versions the operation failed to delete.
Corresponds to the JSON property failedVersions
      84 85 86  | 
    
      # File 'lib/google/apis/artifactregistry_v1/classes.rb', line 84 def failed_versions @failed_versions end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      91 92 93  | 
    
      # File 'lib/google/apis/artifactregistry_v1/classes.rb', line 91 def update!(**args) @failed_versions = args[:failed_versions] if args.key?(:failed_versions) end  |