class Google::Apis::ArtifactregistryV1::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::ArtifactregistryV1::Operation]

Public Class Methods

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