# 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'] ## Code Sample ```ruby require 'Petstore' instance = Petstore::InlineObject2.new(enum_form_string_array: null, enum_form_string: null) ```