mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 13:10:53 +00:00
339 B
339 B
OpenapiClient::Query
Properties
Name | Type | Description | Notes |
---|---|---|---|
id | Integer | Query | [optional] |
outcomes | Array<String> | [optional] |
Example
require 'openapi_client'
instance = OpenapiClient::Query.new(
id: null,
outcomes: null
)