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