Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 629 Bytes

DetectsapiPostEntitiesAlertsV2ResponseSwagger.md

File metadata and controls

22 lines (16 loc) · 629 Bytes

Falcon::DetectsapiPostEntitiesAlertsV2ResponseSwagger

Properties

Name Type Description Notes
errors Array<MsaAPIError> [optional]
meta MsaMetaInfo
resources Array<DetectsExternalAlert> Resources represent the slice of Alerts that were retrieved for the given Alert IDs

Example

require 'crimson-falcon'

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