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