Sha256: 373be8b2c1a41e1f7f0a67987d17e1020c7b9aadf8e9bca8d3ec6cf359bbc2f2
Contents?: true
Size: 474 Bytes
Versions: 8
Compression:
Stored size: 474 Bytes
Contents
# OpenapiClient::BlockIPAddress ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **ip_address** | **String** | Use this field to send IP address to be blocked. | [optional] **order_id** | **String** | Client order ID. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::BlockIPAddress.new(ip_address: 104.56.45.132, order_id: 123456) ```
Version data entries
8 entries across 8 versions & 1 rubygems