UltracartClient::ConversationPbxTimeRangeConfig Properties Name Type Description Notes end_date String End date [optional] end_day_of_week Integer End day of week [optional] end_time String End time [optional] start_date String Start date [optional] start_day_of_week Integer Start day of week [optional] start_time String Start time [optional] Example require 'ultracart_api' instance = UltracartClient::ConversationPbxTimeRangeConfig.new( end_date: null, end_day_of_week: null, end_time: null, start_date: null, start_day_of_week: null, start_time: null )