Sha256: fce1ba97c653dd74eda4c109daf02c0fdc07849985ce3415fc12e4c13f93fc77
Contents?: true
Size: 431 Bytes
Versions: 18
Compression:
Stored size: 431 Bytes
Contents
# bandwidth # # This file was automatically generated by APIMATIC v2.0 # ( https://apimatic.io ). module Bandwidth # Optional field to define the device api version of this participant class DeviceApiVersionEnum DEVICE_API_VERSION_ENUM = [ # TODO: Write general description for V3 V3 = 'V3'.freeze, # TODO: Write general description for V2 V2 = 'V2'.freeze ].freeze end end
Version data entries
18 entries across 18 versions & 1 rubygems