Input$UpdateRepositoryInput constructor

Input$UpdateRepositoryInput({
  1. String? clientMutationId,
  2. String? description,
  3. bool? hasIssuesEnabled,
  4. bool? hasProjectsEnabled,
  5. bool? hasWikiEnabled,
  6. String? homepageUrl,
  7. String? name,
  8. required String repositoryId,
  9. bool? template,
})

Implementation

Input$UpdateRepositoryInput(
    {this.clientMutationId,
    this.description,
    this.hasIssuesEnabled,
    this.hasProjectsEnabled,
    this.hasWikiEnabled,
    this.homepageUrl,
    this.name,
    required this.repositoryId,
    this.template});