Class: Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaExecuteEventRequest
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::GoogleCloudIntegrationsV1alphaExecuteEventRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Overview
Request for triggering an integration using event triggers.
Instance Attribute Summary collapse
-
#cloud_event ⇒ Google::Apis::IntegrationsV1alpha::IoCloudeventsV1CloudEvent
-- CloudEvent Context Attributes Corresponds to the JSON property
cloudEvent.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaExecuteEventRequest
constructor
A new instance of GoogleCloudIntegrationsV1alphaExecuteEventRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaExecuteEventRequest
Returns a new instance of GoogleCloudIntegrationsV1alphaExecuteEventRequest.
6390 6391 6392 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6390 def initialize(**args) update!(**args) end |
Instance Attribute Details
#cloud_event ⇒ Google::Apis::IntegrationsV1alpha::IoCloudeventsV1CloudEvent
-- CloudEvent Context Attributes
Corresponds to the JSON property cloudEvent
6388 6389 6390 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6388 def cloud_event @cloud_event end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6395 6396 6397 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 6395 def update!(**args) @cloud_event = args[:cloud_event] if args.key?(:cloud_event) end |