Skip to main content

SftSoftwareCreateProjectInput

No description

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

Fields

SftSoftwareCreateProjectInput.customProperties ● [SftSoftwareProjectCustomPropertyInput!] list input

SftSoftwareCreateProjectInput.description ● String scalar

SftSoftwareCreateProjectInput.folderId ● String! non-null scalar

SftSoftwareCreateProjectInput.name ● String! non-null scalar

SftSoftwareCreateProjectInput.repositoryType ● SftSoftwareRepositoryType enum

SftSoftwareCreateProjectInput.url ● String scalar