Class CreateProjectRequest
Request to create a new project from a GitHub repository.
public class CreateProjectRequest
- Inheritance
-
CreateProjectRequest
- Inherited Members
Properties
RepoFullName
Full repository name in owner/repo format.
public string RepoFullName { get; set; }
Property Value
RepoUrl
Back-compat with older/alternate clients that send a URL field. The server normalizes URLs into owner/repo format.
public string? RepoUrl { get; set; }