passwordSet property
Output only. Indicates If this connection profile password is stored.
Implementation
@$pb.TagNumber(5)
$core.bool get passwordSet => $_getBF(3);
Implementation
@$pb.TagNumber(5)
set passwordSet($core.bool v) {
$_setBool(3, v);
}