maxIdleDuration property

  1. @TagNumber(1)
Duration get maxIdleDuration

Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.

Implementation

@$pb.TagNumber(1)
$10.Duration get maxIdleDuration => $_getN(0);
  1. @TagNumber(1)
set maxIdleDuration (Duration v)

Implementation

@$pb.TagNumber(1)
set maxIdleDuration($10.Duration v) { setField(1, v); }