# UltracartClient::AutoOrderLog ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **log_dts** | **String** | Date/time that the log message was added | [optional] | | **log_message** | **String** | Log message | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::AutoOrderLog.new( log_dts: null, log_message: null ) ```