Input$UpdateTopicsInput constructor

Input$UpdateTopicsInput({
  1. String? clientMutationId,
  2. required String repositoryId,
  3. required List<String> topicNames,
})

Implementation

Input$UpdateTopicsInput(
    {this.clientMutationId,
    required this.repositoryId,
    required this.topicNames});