Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 418 Bytes

TimeToLive.md

File metadata and controls

22 lines (16 loc) · 418 Bytes

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
)