Tiago 822568b664
ruby client adapter for httpx (#16718)
* added isTyphoeus property to remove negations on isFaraday

* adding httpx support as alternative library for ruby client

* updated samples
2023-10-05 12:17:18 +08:00

376 B

Petstore::ApiResponse

Properties

Name Type Description Notes
code Integer [optional]
type String [optional]
message String [optional]

Example

require 'petstore'

instance = Petstore::ApiResponse.new(
  code: null,
  type: null,
  message: null
)