maxInputTime property

  1. @BuiltValueField.new(wireName: r'MaxInputTime')
int? get maxInputTime

Maximum input time in seconds. Limits the time to answer to an Input request message.

Implementation

@BuiltValueField(wireName: r'MaxInputTime')
int? get maxInputTime;