Sha256: bca552d61dcb70909ab73d5184e3cb7888cad2decddf51735bc4ac45d6cd5b3a
Contents?: true
Size: 650 Bytes
Versions: 41
Compression:
Stored size: 650 Bytes
Contents
# SnapTrade::UserErrorLog ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **requested_at** | **String** | | [optional] | | **response** | **String** | | [optional] | | **status_code** | **Float** | | [optional] | | **_query_params** | **String** | | [optional] | | **http_method** | **String** | | [optional] | | **endpoint** | **String** | | [optional] | ## Example ```ruby require 'snaptrade' instance = SnapTrade::UserErrorLog.new( requested_at: 2022-01-21T20:11:19.217Z, response: null, status_code: 200, _query_params: null, http_method: POST, endpoint: api/v1/snapTrade ) ```
Version data entries
41 entries across 41 versions & 1 rubygems