William Cheng 23c5db602f
Update ruby httpx petstore test (#16753)
* update ruby httpx petstore test

* fix pom

* comment out ruby httpx tests
2023-10-09 15:43:21 +08:00

315 B

Petstore::InlineObject4

Properties

Name Type Description Notes
param String field1
param2 String field2

Example

require 'petstore'

instance = Petstore::InlineObject4.new(
  param: null,
  param2: null
)