MockServer::TimeToLive Properties Name Type Description Notes time_unit String [optional] time_to_live Integer [optional] unlimited Boolean [optional] Example require 'mockserver-client' instance = MockServer::TimeToLive.new( time_unit: null, time_to_live: null, unlimited: null )