phraseSet property
The name of an existing PhraseSet resource. The user must have read access to the resource and it must not be deleted.
Implementation
@$pb.TagNumber(1)
$core.String get phraseSet => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set phraseSet($core.String v) {
$_setString(0, v);
}