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

489 B

Petstore::InlineObject2

Properties

Name Type Description Notes
enum_form_string_array Array<String> Form parameter enum test (string array) [optional]
enum_form_string String Form parameter enum test (string) [optional][default to '-efg']

Example

require 'petstore'

instance = Petstore::InlineObject2.new(
  enum_form_string_array: null,
  enum_form_string: null
)