isHidden property
Denotes if the field is hidden (field shall not be visible on the UI). The field shall be visible only through the API
Implementation
@$pb.TagNumber(31)
$core.bool get isHidden => $_getBF(10);
Implementation
@$pb.TagNumber(31)
set isHidden($core.bool value) => $_setBool(10, value);