class Google::Apis::ArtifactregistryV1beta1::UploadYumArtifactMediaResponse

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::ArtifactregistryV1beta1::Operation]

Public Class Methods

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