Name | Type | Description | Notes |
---|---|---|---|
successful | bool | True if successful, false otherwise | [optional] |
primary_newline_type | string | Type of newline in the file; possible vlaues are "Mac" (legacy Mac OS uses carriage return only); "Unix" (Unix and Linux OSes, and modern Mac OS); "Windows" (Windows operating systems) | [optional] |
primary_newline_terminator | string | Characters used to terminate a newline; can be carriage return, linefeed, or carriage return + linefeed | [optional] |
input_length | int | Length of the input string in characters | [optional] |