Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 479 Bytes

FwmgrApiQueryResponse.md

File metadata and controls

22 lines (16 loc) · 479 Bytes

Falcon::FwmgrApiQueryResponse

Properties

Name Type Description Notes
errors Array<FwmgrMsaspecError> [optional]
meta FwmgrApiMetaInfo
resources Array<String>

Example

require 'crimson-falcon'

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