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 value) => $_setBool(5, value);
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 value) => $_setBool(5, value);