Class: Google::Apis::ApihubV1::GoogleCloudApihubV1ActionExecutionDetail
- Inherits:
-
Object
- Object
- Google::Apis::ApihubV1::GoogleCloudApihubV1ActionExecutionDetail
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/apihub_v1/classes.rb,
lib/google/apis/apihub_v1/representations.rb,
lib/google/apis/apihub_v1/representations.rb
Overview
The details for the action to execute.
Instance Attribute Summary collapse
-
#action_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudApihubV1ActionExecutionDetail
constructor
A new instance of GoogleCloudApihubV1ActionExecutionDetail.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudApihubV1ActionExecutionDetail
Returns a new instance of GoogleCloudApihubV1ActionExecutionDetail.
94 95 96 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 94 def initialize(**args) update!(**args) end |
Instance Attribute Details
#action_id ⇒ String
Required. The action id of the plugin to execute.
Corresponds to the JSON property actionId
92 93 94 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 92 def action_id @action_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
99 100 101 |
# File 'lib/google/apis/apihub_v1/classes.rb', line 99 def update!(**args) @action_id = args[:action_id] if args.key?(:action_id) end |