clientId property
Client id of the GitLab application.
Implementation
@$pb.TagNumber(2)
$core.String get clientId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set clientId($core.String value) => $_setString(1, value);
Client id of the GitLab application.
@$pb.TagNumber(2)
$core.String get clientId => $_getSZ(1);
@$pb.TagNumber(2)
set clientId($core.String value) => $_setString(1, value);