Input$CreateRepositoryInput constructor

Input$CreateRepositoryInput({
  1. String? clientMutationId,
  2. String? description,
  3. bool? hasIssuesEnabled,
  4. bool? hasWikiEnabled,
  5. String? homepageUrl,
  6. required String name,
  7. String? ownerId,
  8. String? teamId,
  9. bool? template,
  10. required Enum$RepositoryVisibility visibility,
})

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});