Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoCustomSuspensionRequest
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoCustomSuspensionRequest
- 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
Instance Attribute Summary collapse
-
#post_to_queue_with_trigger_id_request ⇒ Google::Apis::IntegrationsV1alpha::GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest
Use this request to post all workflows associated with a given trigger id.
-
#suspension_info_event_parameter_key ⇒ String
In the fired event, set the SuspensionInfo message as the value for this key.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoCustomSuspensionRequest
constructor
A new instance of EnterpriseCrmEventbusProtoCustomSuspensionRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoCustomSuspensionRequest
Returns a new instance of EnterpriseCrmEventbusProtoCustomSuspensionRequest.
619 620 621 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 619 def initialize(**args) update!(**args) end |
Instance Attribute Details
#post_to_queue_with_trigger_id_request ⇒ Google::Apis::IntegrationsV1alpha::GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest
Use this request to post all workflows associated with a given trigger id.
Next available id: 10
Corresponds to the JSON property postToQueueWithTriggerIdRequest
612 613 614 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 612 def post_to_queue_with_trigger_id_request @post_to_queue_with_trigger_id_request end |
#suspension_info_event_parameter_key ⇒ String
In the fired event, set the SuspensionInfo message as the value for this key.
Corresponds to the JSON property suspensionInfoEventParameterKey
617 618 619 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 617 def suspension_info_event_parameter_key @suspension_info_event_parameter_key end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
624 625 626 627 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 624 def update!(**args) @post_to_queue_with_trigger_id_request = args[:post_to_queue_with_trigger_id_request] if args.key?(:post_to_queue_with_trigger_id_request) @suspension_info_event_parameter_key = args[:suspension_info_event_parameter_key] if args.key?(:suspension_info_event_parameter_key) end |