Class: Amocrm::Models::CustomFieldGroupGetByIDResponse::CustomFieldGroup
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/amocrm/models/custom_field_group_get_by_id_response.rb,
sig/amocrm/models/custom_field_group_get_by_id_response.rbs
Instance Attribute 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 ⇒ Object
30
|
# File 'sig/amocrm/models/custom_field_group_get_by_id_response.rbs', line 30
def initialize: (
|
Instance Attribute Details
#id ⇒ Integer?
17
|
# File 'lib/amocrm/models/custom_field_group_get_by_id_response.rb', line 17
optional :id, Integer
|
#is_predefined ⇒ Boolean?
22
|
# File 'lib/amocrm/models/custom_field_group_get_by_id_response.rb', line 22
optional :is_predefined, Amocrm::Internal::Type::Boolean
|
#name ⇒ String?
27
|
# File 'lib/amocrm/models/custom_field_group_get_by_id_response.rb', line 27
optional :name, String
|
#sort ⇒ Integer?
32
|
# File 'lib/amocrm/models/custom_field_group_get_by_id_response.rb', line 32
optional :sort, Integer
|
Instance Method Details
#to_hash ⇒ {
37
|
# File 'sig/amocrm/models/custom_field_group_get_by_id_response.rbs', line 37
def to_hash: -> {
|