SftSoftwareCreateProjectInput
No description
input SftSoftwareCreateProjectInput {
customProperties: [SftSoftwareProjectCustomPropertyInput!]
description: String
folderId: String!
name: String!
repositoryType: SftSoftwareRepositoryType
url: String
}