Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 339 Bytes

FilterLogsRequest.md

File metadata and controls

18 lines (12 loc) · 339 Bytes

Freeclimb::FilterLogsRequest

Properties

Name Type Description Notes
pql String The filter query for retrieving logs. See Performance Query Language below.

Example

require 'freeclimb'

instance = Freeclimb::FilterLogsRequest.new(
  pql: null
)