openapi-generator/samples/client/echo_api/ruby-httpx/docs/TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.md
2023-10-05 12:55:57 +08:00

547 B

OpenapiClient::TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter

Properties

Name Type Description Notes
size String [optional]
color String [optional]
id Integer [optional]
name String [optional]

Example

require 'openapi_client'

instance = OpenapiClient::TestQueryStyleDeepObjectExplodeTrueObjectAllOfQueryObjectParameter.new(
  size: null,
  color: null,
  id: 1,
  name: Dogs
)