Input$AcceptTopicSuggestionInput constructor

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

Implementation

Input$AcceptTopicSuggestionInput(
    {this.clientMutationId, required this.name, required this.repositoryId});