Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 376 Bytes

ListDeviceConfigVersionsResponse.md

File metadata and controls

18 lines (12 loc) · 376 Bytes

OmniCoreClient::ListDeviceConfigVersionsResponse

Properties

Name Type Description Notes
device_configs Array<DeviceConfig> [optional]

Example

require 'omnicore_client'

instance = OmniCoreClient::ListDeviceConfigVersionsResponse.new(
  device_configs: null
)