Method: MergeCRMClient::NoteEndpointRequest#list_invalid_properties

Defined in:
lib/merge_crm_client/models/note_endpoint_request.rb

#list_invalid_propertiesObject

Show invalid properties with the reasons. Usually used together with valid?

Returns:

  • Array for valid properties with the reasons



67
68
69
70
71
72
73
74
# File 'lib/merge_crm_client/models/note_endpoint_request.rb', line 67

def list_invalid_properties
  invalid_properties = Array.new
  if @model.nil?
    invalid_properties.push('invalid value for "model", model cannot be nil.')
  end

  invalid_properties
end