class Google::Apis::ArtifactregistryV1beta1::ImportAptArtifactsResponse
The response message from importing artifacts.
Attributes
apt_artifacts[RW]
The Apt artifacts updated. Corresponds to the JSON property `aptArtifacts` @return [Array<Google::Apis::ArtifactregistryV1beta1::AptArtifact>]
errors[RW]
Detailed error info for packages that were not imported. Corresponds to the JSON property `errors` @return [Array<Google::Apis::ArtifactregistryV1beta1::ImportAptArtifactsErrorInfo>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/artifactregistry_v1beta1/classes.rb, line 366 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 371 def update!(**args) @apt_artifacts = args[:apt_artifacts] if args.key?(:apt_artifacts) @errors = args[:errors] if args.key?(:errors) end