Input$UnlinkRepositoryFromProjectInput constructor

Input$UnlinkRepositoryFromProjectInput({
  1. String? clientMutationId,
  2. required String projectId,
  3. required String repositoryId,
})

Implementation

Input$UnlinkRepositoryFromProjectInput(
    {this.clientMutationId,
    required this.projectId,
    required this.repositoryId});