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