Class: Google::Apis::IntegrationsV1::EnterpriseCrmEventbusProtoCustomSuspensionRequest

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoCustomSuspensionRequest

Returns a new instance of EnterpriseCrmEventbusProtoCustomSuspensionRequest.



754
755
756
# File 'lib/google/apis/integrations_v1/classes.rb', line 754

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

Instance Attribute Details

#post_to_queue_with_trigger_id_requestGoogle::Apis::IntegrationsV1::GoogleInternalCloudCrmEventbusV3PostToQueueWithTriggerIdRequest

LINT.IfChange Use this request to post all workflows associated with a given trigger id. Next available id: 13 Corresponds to the JSON property postToQueueWithTriggerIdRequest



747
748
749
# File 'lib/google/apis/integrations_v1/classes.rb', line 747

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)


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

def suspension_info_event_parameter_key
  @suspension_info_event_parameter_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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