Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 557 Bytes

PreventionRespV1.md

File metadata and controls

22 lines (16 loc) · 557 Bytes

Falcon::PreventionRespV1

Properties

Name Type Description Notes
errors Array<MsaspecError> A collection of any errors which occurred during execution of the request
meta MsaspecMetaInfo
resources Array<PreventionPolicyV1>

Example

require 'crimson-falcon'

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