Input$CreateRepositoryInput constructor
Input$CreateRepositoryInput({})
Implementation
Input$CreateRepositoryInput(
{this.clientMutationId,
this.description,
this.hasIssuesEnabled,
this.hasWikiEnabled,
this.homepageUrl,
required this.name,
this.ownerId,
this.teamId,
this.template,
required this.visibility});