Class: Google::Apis::ApigeeV1::GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext

Returns a new instance of GoogleCloudApigeeV1ScoreComponentRecommendationActionActionContext.



8226
8227
8228
# File 'lib/google/apis/apigee_v1/classes.rb', line 8226

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

Documentation link for the action. Corresponds to the JSON property documentationLink

Returns:

  • (String)


8224
8225
8226
# File 'lib/google/apis/apigee_v1/classes.rb', line 8224

def documentation_link
  @documentation_link
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8231
8232
8233
# File 'lib/google/apis/apigee_v1/classes.rb', line 8231

def update!(**args)
  @documentation_link = args[:documentation_link] if args.key?(:documentation_link)
end