Package version:

Interface AutoPauseDelayTimeRange

Supported auto pause delay time range

Hierarchy

  • AutoPauseDelayTimeRange

Properties

default?: number

Default value is no value is provided NOTE: This property will not be serialized. It can only be populated by the server.

doNotPauseValue?: number

Value that is used to not pause (infinite delay before pause) NOTE: This property will not be serialized. It can only be populated by the server.

maxValue?: number

Maximum value NOTE: This property will not be serialized. It can only be populated by the server.

minValue?: number

Minimum value NOTE: This property will not be serialized. It can only be populated by the server.

stepSize?: number

Step value for discrete values between the minimum value and the maximum value. NOTE: This property will not be serialized. It can only be populated by the server.

unit?: string

Unit of time that delay is expressed in NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc