forked from loafle/openapi-generator-original
340 B
340 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
)