class Google::Apis::ArtifactregistryV1beta1::UploadAptArtifactResponse
The response of the completed artifact upload operation. This response is contained in the Operation
and available to users.
Attributes
apt_artifacts[RW]
The Apt artifacts updated. Corresponds to the JSON property `aptArtifacts` @return [Array<Google::Apis::ArtifactregistryV1beta1::AptArtifact>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/artifactregistry_v1beta1/classes.rb, line 1092 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_v1beta1/classes.rb, line 1097 def update!(**args) @apt_artifacts = args[:apt_artifacts] if args.key?(:apt_artifacts) end