Class: Google::Apis::ArtifactregistryV1::ExportArtifactMetadata

Inherits:
Object
  • Object
show all
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 LRO metadata for exporting an artifact.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ExportArtifactMetadata

Returns a new instance of ExportArtifactMetadata.



659
660
661
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 659

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

Instance Attribute Details

#exported_filesArray<Google::Apis::ArtifactregistryV1::ExportedFile>

The exported artifact files. Corresponds to the JSON property exportedFiles



657
658
659
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 657

def exported_files
  @exported_files
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



664
665
666
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 664

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