| Name | Type | Description | Notes |
|---|---|---|---|
| schema | String | A URL to the JSON Schema for this object. | [optional][readonly] |
| logs | Array<ResponseLog> | An array of log objects, or an empty array if nothing has changed since last poll |
require 'openapi_client'
instance = OpenapiClient::OutputGetLogs.new(
schema: null,
logs: null
)