CreateProjectResultType
The CreateProjectResult data type returned when a new project is created.
Property |
Type |
Description |
Required |
Default |
---|---|---|---|---|
projectName a |
String |
Name of the project. |
No |
N/A |
projectId |
Long |
A numeric value used to identify a project. |
Yes |
N/A |
requestId |
Integer |
A numeric value used to identify a request corresponding to the newly created project. |
Yes |
N/A |
a. The projectName property is only present when you perform a bulkImportProject operation. This property is not set when you create a single project. |