Represents a reference to a project. By default, contains only the id and name.
If the field is included in the embed
parameter will instead be a full
Project object. If the project is restricted for the user calling the API endpoint
the full Project object is not included.
Name | Type | Description | |
---|---|---|---|
id | Long | Read only |
The unique id of this project. |
name | String | Read only |
The name of this project. This will contain |
isRestricted | Boolean | Read only |
Indicates whether this project is restricted for the user calling the API endpoint. |