Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext
- Inherits:
-
Object
- Object
- Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apigee_v1/classes.rb,
lib/google/apis/apigee_v1/representations.rb,
lib/google/apis/apigee_v1/representations.rb
Overview
Action context are all the relevant details for the action.
Instance Attribute Summary collapse
-
#documentation_link ⇒ String
Documentation link for the action.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext
constructor
A new instance of GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext
Returns a new instance of GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.
7265 7266 7267 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7265 def initialize(**args) update!(**args) end |
Instance Attribute Details
#documentation_link ⇒ String
Documentation link for the action.
Corresponds to the JSON property documentationLink
7263 7264 7265 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7263 def documentation_link @documentation_link end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7270 7271 7272 |
# File 'lib/google/apis/apigee_v1/classes.rb', line 7270 def update!(**args) @documentation_link = args[:documentation_link] if args.key?(:documentation_link) end |