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