Sha256: 53c0da9b5884a5250537c4e8a9299a05275d6ab8c66e84add12afde71df3e603
Contents?: true
Size: 679 Bytes
Versions: 4
Compression:
Stored size: 679 Bytes
Contents
# SyncteraRubySdk::ResponseHistoryItem ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **code** | **Integer** | Response code from the request | [optional] | | **response_body** | **String** | Response body from the request(Length more than 1024 will be trimmed) | [optional] | | **response_time** | **Time** | Timestamp that the response is received | [optional] | | **sent_time** | **Time** | Timestamp that the request is sent | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::ResponseHistoryItem.new( code: null, response_body: null, response_time: null, sent_time: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems