Input$CreateProjectInput constructor
Input$CreateProjectInput({})
Implementation
Input$CreateProjectInput(
{this.body,
this.clientMutationId,
required this.name,
required this.ownerId,
this.repositoryIds,
this.template});