Sha256: f450019e6b9d6292bba7bd8e544be63bed7f664b7109487defed4680510b4402
Contents?: true
Size: 470 Bytes
Versions: 203
Compression:
Stored size: 470 Bytes
Contents
# UltracartClient::Warning ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **more_info** | **String** | Additional information often a link to additional documentation | [optional] | | **warning_message** | **String** | A technical message meant to be read by a developer | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::Warning.new( more_info: null, warning_message: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems