Sha256: c8a0caf81f1253e2e81cf60a1c3512597d6952373110695284bc049aa3dd1cbd
Contents?: true
Size: 494 Bytes
Versions: 6
Compression:
Stored size: 494 Bytes
Contents
# TalonOne::ApplicationApiHealth ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **summary** | **String** | One-word summary of the health of the API connection of an application | **last_used** | **DateTime** | time of last request relevant to the API health test | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::ApplicationApiHealth.new(summary: null, last_used: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems