timeout property
Optionally change the timeout, which defines the duration until ZITADEL cancels the execution.
Implementation
@$pb.TagNumber(5)
$2.Duration get timeout => $_getN(4);
Implementation
@$pb.TagNumber(5)
set timeout($2.Duration v) { setField(5, v); }