Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 635 Bytes

DomainCaseCreationRequest.md

File metadata and controls

28 lines (22 loc) · 635 Bytes

Falcon::DomainCaseCreationRequest

Properties

Name Type Description Notes
body String
detections Array<MessagesDetection>
incidents Array<MessagesIncident>
title String
type String
user_uuid String

Example

require 'crimson-falcon'

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