Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 507 Bytes

File metadata and controls

20 lines (14 loc) · 507 Bytes

OpenapiClient::OutputGetFilterLogs

Properties

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

Example

require 'openapi_client'

instance = OpenapiClient::OutputGetFilterLogs.new(
  schema: null,
  logs: null
)