class Google::Apis::ArtifactregistryV1beta2::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::ArtifactregistryV1beta2::AptArtifact>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/artifactregistry_v1beta2/classes.rb, line 1144
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 1149
def update!(**args)
  @apt_artifacts = args[:apt_artifacts] if args.key?(:apt_artifacts)
end