githubLabel property
GitHub label to apply to issues and pull requests opened for this API.
Implementation
@$pb.TagNumber(104)
$core.String get githubLabel => $_getSZ(4);
Implementation
@$pb.TagNumber(104)
set githubLabel($core.String value) => $_setString(4, value);