Class: Google::Apis::ArtifactregistryV1::ExportArtifactMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ArtifactregistryV1::ExportArtifactMetadata
- 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
-
#exported_files ⇒ Array<Google::Apis::ArtifactregistryV1::ExportedFile>
The exported artifact files.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ExportArtifactMetadata
constructor
A new instance of ExportArtifactMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ExportArtifactMetadata
Returns a new instance of ExportArtifactMetadata.
646 647 648 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 646 def initialize(**args) update!(**args) end |
Instance Attribute Details
#exported_files ⇒ Array<Google::Apis::ArtifactregistryV1::ExportedFile>
The exported artifact files.
Corresponds to the JSON property exportedFiles
644 645 646 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 644 def exported_files @exported_files end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
651 652 653 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 651 def update!(**args) @exported_files = args[:exported_files] if args.key?(:exported_files) end |