Class: Amocrm::Models::WebhookSubscribeResponse::Webhook

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/amocrm/models/webhook_subscribe_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 Amocrm::Internal::Type::BaseModel

Instance Attribute Details

#account_idInteger?

Returns:

  • (Integer, nil)


22
# File 'lib/amocrm/models/webhook_subscribe_response.rb', line 22

optional :account_id, Integer

#created_atInteger?

Returns:

  • (Integer, nil)


27
# File 'lib/amocrm/models/webhook_subscribe_response.rb', line 27

optional :created_at, Integer

#created_byInteger?

Returns:

  • (Integer, nil)


32
# File 'lib/amocrm/models/webhook_subscribe_response.rb', line 32

optional :created_by, Integer

#destinationString?

Returns:

  • (String, nil)


37
# File 'lib/amocrm/models/webhook_subscribe_response.rb', line 37

optional :destination, String

#disabledBoolean?

Returns:

  • (Boolean, nil)


42
# File 'lib/amocrm/models/webhook_subscribe_response.rb', line 42

optional :disabled, Amocrm::Internal::Type::Boolean

#idInteger?

Returns:

  • (Integer, nil)


17
# File 'lib/amocrm/models/webhook_subscribe_response.rb', line 17

optional :id, Integer

#settingsArray<String>?

Returns:

  • (Array<String>, nil)


47
# File 'lib/amocrm/models/webhook_subscribe_response.rb', line 47

optional :settings, Amocrm::Internal::Type::ArrayOf[String]

#sortInteger?

Returns:

  • (Integer, nil)


52
# File 'lib/amocrm/models/webhook_subscribe_response.rb', line 52

optional :sort, Integer

#updated_atInteger?

Returns:

  • (Integer, nil)


57
# File 'lib/amocrm/models/webhook_subscribe_response.rb', line 57

optional :updated_at, Integer