Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoCustomSuspensionRequest

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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoCustomSuspensionRequest

Returns a new instance of EnterpriseCrmEventbusProtoCustomSuspensionRequest.



759
760
761
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 759

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

Instance Attribute Details

#post_to_queue_with_trigger_id_requestGoogle::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



752
753
754
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 752

def post_to_queue_with_trigger_id_request
  @post_to_queue_with_trigger_id_request
end

#suspension_info_event_parameter_keyString

In the fired event, set the SuspensionInfo message as the value for this key. Corresponds to the JSON property suspensionInfoEventParameterKey

Returns:

  • (String)


757
758
759
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 757

def suspension_info_event_parameter_key
  @suspension_info_event_parameter_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



764
765
766
767
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 764

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