ProjectInputType
This data type is used to identify a project.
Property |
Type |
Description |
Required |
Default |
---|---|---|---|---|
projectName a |
String |
Name of the project. |
No |
N/A |
projectId a |
Long |
Numeric value used to identify a project. |
No |
N/A |
requestId a |
Integer |
Numeric value used to identify a request corresponding to the newly-created project. |
No |
N/A |
a. You can either specify the projectName property, the projectId property, or the requestId property associated with the project, but not all of them. None of these properties is "required", but at least one must be specified. |