Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 500 Bytes

DetectsapiAlertQueryResponse.md

File metadata and controls

22 lines (16 loc) · 500 Bytes

Falcon::DetectsapiAlertQueryResponse

Properties

Name Type Description Notes
errors Array<MsaAPIError> [optional]
meta MsaMetaInfo
resources Array<String> Array of the Alerts requested

Example

require 'crimson-falcon'

instance = Falcon::DetectsapiAlertQueryResponse.new(
  errors: null,
  meta: null,
  resources: null
)