Class: Sentdm::Models::WebhookUpdateParams
Overview
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
-
#initialize(id:, display_name: nil, endpoint_url: nil, event_filters: nil, event_types: nil, retry_count: nil, sandbox: nil, timeout_seconds: nil, idempotency_key: nil, x_profile_id: nil, request_options: {}) ⇒ Object
constructor
dump_request
included
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(id:, display_name: nil, endpoint_url: nil, event_filters: nil, event_types: nil, retry_count: nil, sandbox: nil, timeout_seconds: nil, idempotency_key: nil, x_profile_id: nil, request_options: {}) ⇒ Object
|
# File 'lib/sentdm/models/webhook_update_params.rb', line 64
|
Instance Attribute Details
#display_name ⇒ String?
18
|
# File 'lib/sentdm/models/webhook_update_params.rb', line 18
optional :display_name, String
|
#endpoint_url ⇒ String?
23
|
# File 'lib/sentdm/models/webhook_update_params.rb', line 23
optional :endpoint_url, String
|
#event_filters ⇒ Hash{Symbol=>Array<String>}?
#event_types ⇒ Array<String>?
35
|
# File 'lib/sentdm/models/webhook_update_params.rb', line 35
optional :event_types, Sentdm::Internal::Type::ArrayOf[String]
|
#id ⇒ String
13
|
# File 'lib/sentdm/models/webhook_update_params.rb', line 13
required :id, String
|
#idempotency_key ⇒ String?
57
|
# File 'lib/sentdm/models/webhook_update_params.rb', line 57
optional :idempotency_key, String
|
#retry_count ⇒ Integer?
40
|
# File 'lib/sentdm/models/webhook_update_params.rb', line 40
optional :retry_count, Integer
|
#sandbox ⇒ Boolean?
Sandbox flag - when true, the operation is simulated without side effects Useful for testing integrations without actual execution
#timeout_seconds ⇒ Integer?
52
|
# File 'lib/sentdm/models/webhook_update_params.rb', line 52
optional :timeout_seconds, Integer
|
#x_profile_id ⇒ String?
62
|
# File 'lib/sentdm/models/webhook_update_params.rb', line 62
optional :x_profile_id, String
|