class Google::Apis::ArtifactregistryV1beta2::UploadAptArtifactMediaResponse
The response to upload an artifact.
Attributes
operation[RW]
This resource represents a long-running operation that is the result of a network API call. Corresponds to the JSON property `operation` @return [Google::Apis::ArtifactregistryV1beta2::Operation]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/artifactregistry_v1beta2/classes.rb, line 1111 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 1116 def update!(**args) @operation = args[:operation] if args.key?(:operation) end