Class: Amocrm::Models::WidgetGetByCodeResponse::Widget
Defined Under Namespace
Modules: Rating, Version
Classes: SettingsTemplate
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], 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(is_required: nil, key: nil, name: nil, type: nil) ⇒ Object
|
# File 'lib/amocrm/models/widget_get_by_code_response.rb', line 80
|
Instance Attribute Details
#client_uuid ⇒ String?
27
|
# File 'lib/amocrm/models/widget_get_by_code_response.rb', line 27
optional :client_uuid, String, nil?: true
|
#code ⇒ String?
32
|
# File 'lib/amocrm/models/widget_get_by_code_response.rb', line 32
optional :code, String
|
#id ⇒ Integer?
17
|
# File 'lib/amocrm/models/widget_get_by_code_response.rb', line 17
optional :id, Integer
|
#is_active_in_account ⇒ Boolean?
37
|
# File 'lib/amocrm/models/widget_get_by_code_response.rb', line 37
optional :is_active_in_account, Amocrm::Internal::Type::Boolean
|
#is_crm_template ⇒ Boolean?
42
|
# File 'lib/amocrm/models/widget_get_by_code_response.rb', line 42
optional :is_crm_template, Amocrm::Internal::Type::Boolean
|
#is_lead_source ⇒ Boolean?
47
|
# File 'lib/amocrm/models/widget_get_by_code_response.rb', line 47
optional :is_lead_source, Amocrm::Internal::Type::Boolean
|
#is_work_with_dp ⇒ Boolean?
52
|
# File 'lib/amocrm/models/widget_get_by_code_response.rb', line 52
optional :is_work_with_dp, Amocrm::Internal::Type::Boolean
|
#pipeline_id ⇒ Integer?
57
|
# File 'lib/amocrm/models/widget_get_by_code_response.rb', line 57
optional :pipeline_id, Integer, nil?: true
|
#settings ⇒ Object?
67
|
# File 'lib/amocrm/models/widget_get_by_code_response.rb', line 67
optional :settings, Amocrm::Internal::Type::Unknown, nil?: true
|
Class Method Details
.variants ⇒ Array(String, Float)
|
# File 'lib/amocrm/models/widget_get_by_code_response.rb', line 103
|