Name | Type | Description | Notes |
---|---|---|---|
created_at | DateTime | Timestamp when the response was received. | [optional] |
response | String | Raw response data. | [optional] |
status | Integer | HTTP status code of the response. | [optional] |
require 'TalonOne'
instance = TalonOne::MessageLogResponse.new(created_at: 2021-07-20T22:00:50Z,
response: UmVzcG9uc2UgY29udGVudA==,
status: 200)