OBJECT
ProjectUpsertResult
link GraphQL Schema definition
- type ProjectUpsertResult {
- # Optional EntityId of the CSP Project. If present, the project with specified
- # EntityId is updated. Otherwise a new project is created.
- EntityId! :
- # Name of the project
- String :
- # Optional EntityId of the Parent Project. If present, the project is created as a
- # child of the specified Parent EntityId
- EntityId :
- }