Class: Amocrm::Models::EntityNotesByParentCreateByParentResponse::NoteCreateResponse::Embedded::Note

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/amocrm/models/entity_notes_by_parent_create_by_parent_response.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(notes: nil) ⇒ Object



40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'lib/amocrm/models/entity_notes_by_parent_create_by_parent_response.rb', line 40

class Note < Amocrm::Internal::Type::BaseModel
  # @!attribute id
  #
  #   @return [Integer, nil]
  optional :id, Integer

  # @!attribute _links
  #
  #   @return [Object, nil]
  optional :_links, Amocrm::Internal::Type::Unknown

  # @!attribute entity_id
  #
  #   @return [Integer, nil]
  optional :entity_id, Integer

  # @!attribute request_id
  #
  #   @return [String, nil]
  optional :request_id, String

  # @!attribute updated_at
  #
  #   @return [Integer, nil]
  optional :updated_at, Integer

  # @!method initialize(id: nil, _links: nil, entity_id: nil, request_id: nil, updated_at: nil)
  #   @param id [Integer]
  #   @param _links [Object]
  #   @param entity_id [Integer]
  #   @param request_id [String]
  #   @param updated_at [Integer]
end

Instance Attribute Details

Returns:

  • (Object, nil)


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

optional :_links, Amocrm::Internal::Type::Unknown

#entity_idInteger?

Returns:

  • (Integer, nil)


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

optional :entity_id, Integer

#idInteger?

Returns:

  • (Integer, nil)


44
# File 'lib/amocrm/models/entity_notes_by_parent_create_by_parent_response.rb', line 44

optional :id, Integer

#request_idString?

Returns:

  • (String, nil)


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

optional :request_id, String

#updated_atInteger?

Returns:

  • (Integer, nil)


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

optional :updated_at, Integer