# bandwidth # # This file was automatically generated by APIMATIC v2.0 # ( https://apimatic.io ). module Bandwidth # Direction. class DirectionEnum DIRECTION_ENUM = [ # TODO: Write general description for INBOUND INBOUND = 'inbound'.freeze, # TODO: Write general description for OUTBOUND OUTBOUND = 'outbound'.freeze ].freeze end end