Sha256: c10a8646d92aa3f41e1f8f61ab5906506b287898445901fd23e85a1cf9bda000
Contents?: true
Size: 379 Bytes
Versions: 196
Compression:
Stored size: 379 Bytes
Contents
# UltracartClient::HTTPHeader ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the HTTP header | [optional] | | **value** | **String** | Value of the HTTP header | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::HTTPHeader.new( name: null, value: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems