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