Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 789 Bytes

DomainCaseCreationRequestV2.md

File metadata and controls

32 lines (26 loc) · 789 Bytes

Falcon::DomainCaseCreationRequestV2

Properties

Name Type Description Notes
body String
detections Array<MessagesAlert>
incidents Array<MessagesIncident>
malware_submission_id String
recon_rule_type String
title String
type String
user_uuid String [optional]

Example

require 'crimson-falcon'

instance = Falcon::DomainCaseCreationRequestV2.new(
  body: null,
  detections: null,
  incidents: null,
  malware_submission_id: null,
  recon_rule_type: null,
  title: null,
  type: null,
  user_uuid: null
)