Class: Google::Apis::ArtifactregistryV1::UploadYumArtifactRequest
- Inherits:
-
Object
- Object
- Google::Apis::ArtifactregistryV1::UploadYumArtifactRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/artifactregistry_v1/classes.rb,
lib/google/apis/artifactregistry_v1/representations.rb,
lib/google/apis/artifactregistry_v1/representations.rb more...
Overview
The request to upload an artifact.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UploadYumArtifactRequest
constructor
A new instance of UploadYumArtifactRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UploadYumArtifactRequest
Returns a new instance of UploadYumArtifactRequest.
2841 2842 2843 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 2841 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2846 2847 |
# File 'lib/google/apis/artifactregistry_v1/classes.rb', line 2846 def update!(**args) end |