Class: Sentdm::Models::WebhookListResponse::Data::Webhook

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/sentdm/models/webhook_list_response.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

This class inherits a constructor from Sentdm::Internal::Type::BaseModel

Instance Attribute Details

#consecutive_failuresInteger?

Returns:

  • (Integer, nil)


148
# File 'lib/sentdm/models/webhook_list_response.rb', line 148

optional :consecutive_failures, Integer

#created_atTime?

Returns:

  • (Time, nil)


153
# File 'lib/sentdm/models/webhook_list_response.rb', line 153

optional :created_at, Time

#display_nameString?

Returns:

  • (String, nil)


158
# File 'lib/sentdm/models/webhook_list_response.rb', line 158

optional :display_name, String

#endpoint_urlString?

Returns:

  • (String, nil)


163
# File 'lib/sentdm/models/webhook_list_response.rb', line 163

optional :endpoint_url, String

#event_filtersHash{Symbol=>Array<String>}?

Returns:

  • (Hash{Symbol=>Array<String>}, nil)


168
169
170
# File 'lib/sentdm/models/webhook_list_response.rb', line 168

optional :event_filters,
Sentdm::Internal::Type::HashOf[Sentdm::Internal::Type::ArrayOf[String]],
nil?: true

#event_typesArray<String>?

Returns:

  • (Array<String>, nil)


175
# File 'lib/sentdm/models/webhook_list_response.rb', line 175

optional :event_types, Sentdm::Internal::Type::ArrayOf[String]

#idString?

Returns:

  • (String, nil)


143
# File 'lib/sentdm/models/webhook_list_response.rb', line 143

optional :id, String

#is_activeBoolean?

Returns:

  • (Boolean, nil)


180
# File 'lib/sentdm/models/webhook_list_response.rb', line 180

optional :is_active, Sentdm::Internal::Type::Boolean

#last_delivery_attempt_atTime?

Returns:

  • (Time, nil)


185
# File 'lib/sentdm/models/webhook_list_response.rb', line 185

optional :last_delivery_attempt_at, Time, nil?: true

#last_successful_delivery_atTime?

Returns:

  • (Time, nil)


190
# File 'lib/sentdm/models/webhook_list_response.rb', line 190

optional :last_successful_delivery_at, Time, nil?: true

#retry_countInteger?

Returns:

  • (Integer, nil)


195
# File 'lib/sentdm/models/webhook_list_response.rb', line 195

optional :retry_count, Integer

#signing_secretString?

Returns:

  • (String, nil)


200
# File 'lib/sentdm/models/webhook_list_response.rb', line 200

optional :signing_secret, String, nil?: true

#timeout_secondsInteger?

Returns:

  • (Integer, nil)


205
# File 'lib/sentdm/models/webhook_list_response.rb', line 205

optional :timeout_seconds, Integer

#updated_atTime?

Returns:

  • (Time, nil)


210
# File 'lib/sentdm/models/webhook_list_response.rb', line 210

optional :updated_at, Time, nil?: true