limit property
whether ZITADEL should block further usage when the configured amount is used
Implementation
@$pb.TagNumber(6)
$core.bool get limit => $_getBF(5);
Implementation
@$pb.TagNumber(6)
set limit($core.bool v) { $_setBool(5, v); }
whether ZITADEL should block further usage when the configured amount is used
@$pb.TagNumber(6)
$core.bool get limit => $_getBF(5);
@$pb.TagNumber(6)
set limit($core.bool v) { $_setBool(5, v); }