# CloudmersiveConvertApiClient.DetectLineEndingsResponse

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**successful** | **Boolean** | True if successful, false otherwise | [optional] 
**primaryNewlineType** | **String** | Type of newline in the file; possible vlaues are \&quot;Mac\&quot; (legacy Mac OS uses carriage return only); \&quot;Unix\&quot; (Unix and Linux OSes, and modern Mac OS); \&quot;Windows\&quot; (Windows operating systems) | [optional] 
**primaryNewlineTerminator** | **String** | Characters used to terminate a newline; can be carriage return, linefeed, or carriage return + linefeed | [optional] 
**inputLength** | **Number** | Length of the input string in characters | [optional] 


