Class: Google::Apis::ApigeeregistryV1::TagApiDeploymentRevisionRequest
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeregistryV1::TagApiDeploymentRevisionRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigeeregistry_v1/classes.rb,
lib/google/apis/apigeeregistry_v1/representations.rb,
lib/google/apis/apigeeregistry_v1/representations.rb
Overview
Request message for TagApiDeploymentRevision.
Instance Attribute Summary collapse
-
#tag ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TagApiDeploymentRevisionRequest
constructor
A new instance of TagApiDeploymentRevisionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TagApiDeploymentRevisionRequest
Returns a new instance of TagApiDeploymentRevisionRequest.
1413 1414 1415 |
# File 'lib/google/apis/apigeeregistry_v1/classes.rb', line 1413 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tag ⇒ String
Required. The tag to apply. The tag should be at most 40 characters, and match
a-z3,39`.
Corresponds to the JSON propertytag`
1411 1412 1413 |
# File 'lib/google/apis/apigeeregistry_v1/classes.rb', line 1411 def tag @tag end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1418 1419 1420 |
# File 'lib/google/apis/apigeeregistry_v1/classes.rb', line 1418 def update!(**args) @tag = args[:tag] if args.key?(:tag) end |