class Google::Apis::ArtifactregistryV1beta2::UploadYumArtifactResponse
The response of the completed artifact upload operation. This response is contained in the Operation
and available to users.
Attributes
yum_artifacts[RW]
The Apt artifacts updated. Corresponds to the JSON property `yumArtifacts` @return [Array<Google::Apis::ArtifactregistryV1beta2::YumArtifact>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/artifactregistry_v1beta2/classes.rb, line 1197 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/artifactregistry_v1beta2/classes.rb, line 1202 def update!(**args) @yum_artifacts = args[:yum_artifacts] if args.key?(:yum_artifacts) end