Class: Amocrm::Models::EntityNotesByParentUpdateByParentParams::Body

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], 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

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

#initialize(id:, entity_id: nil, note_type: nil, params: nil, updated_at: nil, updated_by: nil) ⇒ Object

Parameters:

  • id (Integer)

    Note id

  • entity_id (Integer) (defaults to: nil)
  • note_type (String) (defaults to: nil)
  • params (Object) (defaults to: nil)
  • updated_at (Integer) (defaults to: nil)
  • updated_by (Integer) (defaults to: nil)


# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 76

Instance Attribute Details

#entity_idInteger?

Returns:

  • (Integer, nil)


54
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 54

optional :entity_id, Integer

#idInteger

Note id

Returns:

  • (Integer)


49
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 49

required :id, Integer

#note_typeString?

Returns:

  • (String, nil)


59
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 59

optional :note_type, String

#paramsObject?

Returns:

  • (Object, nil)


64
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 64

optional :params, Amocrm::Internal::Type::Unknown

#updated_atInteger?

Returns:

  • (Integer, nil)


69
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 69

optional :updated_at, Integer

#updated_byInteger?

Returns:

  • (Integer, nil)


74
# File 'lib/amocrm/models/entity_notes_by_parent_update_by_parent_params.rb', line 74

optional :updated_by, Integer