Class: Google::Apis::ApihubV1::GoogleCloudApihubV1ActionExecutionDetail

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

Instance Method Summary collapse

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_idString

Required. The action id of the plugin to execute. Corresponds to the JSON property actionId

Returns:

  • (String)


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