Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 577 Bytes

SensorUpdateKernelsRespV1.md

File metadata and controls

22 lines (16 loc) · 577 Bytes

Falcon::SensorUpdateKernelsRespV1

Properties

Name Type Description Notes
errors Array<MsaAPIError> A collection of any errors which occurred during execution of the request
meta MsaMetaInfo
resources Array<SensorUpdateKernelRespV1>

Example

require 'crimson-falcon'

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