Name | Type | Description | Notes |
---|---|---|---|
body | String | ||
detections | Array<MessagesDetection> | ||
incidents | Array<MessagesIncident> | ||
title | String | ||
type | String | ||
user_uuid | String |
require 'crimson-falcon'
instance = Falcon::DomainCaseCreationRequest.new(
body: null,
detections: null,
incidents: null,
title: null,
type: null,
user_uuid: null
)