MergeCRMClient::NoteRequest Properties Name Type Description Notes owner String The note's owner. [optional] content String The note's content. [optional] contact String The note's contact. [optional] account String The note's account. [optional] opportunity String The note's opportunity. [optional] integration_params Hash<String, AnyType> [optional] linked_account_params Hash<String, AnyType> [optional] remote_fields Array<RemoteFieldRequest> [optional] Example require 'merge_crm_client' instance = MergeCRMClient::NoteRequest.new( owner: 0358cbc6-2040-430a-848e-aafacbadf3aa, content: Merge is hiring!, contact: null, account: fba1fbc6-67c0-4cb2-a176-7896acd2ffd5, opportunity: 754a244e-dd67-4731-a8d3-9bff9dc10465, integration_params: {"unique_integration_field":"unique_integration_field_value"}, linked_account_params: {"unique_linked_account_field":"unique_linked_account_field_value"}, remote_fields: null )