Input$ReputationTranslationInput constructor

Input$ReputationTranslationInput({
  1. required String language,
  2. required Input$ReputationContentInput content,
})

Implementation

factory Input$ReputationTranslationInput({
  required String language,
  required Input$ReputationContentInput content,
}) =>
    Input$ReputationTranslationInput._({
      r'language': language,
      r'content': content,
    });