timeout property

  1. @TagNumber(5)
Duration timeout

Optionally change the timeout, which defines the duration until ZITADEL cancels the execution.

Implementation

@$pb.TagNumber(5)
$2.Duration get timeout => $_getN(4);
  1. @TagNumber(5)
void timeout=(Duration v)

Implementation

@$pb.TagNumber(5)
set timeout($2.Duration v) { setField(5, v); }