Input$OutboundContentWidgetTranslationInput constructor

Input$OutboundContentWidgetTranslationInput({
  1. required String language,
  2. required Input$OutboundContentWidgetContentInput content,
})

Implementation

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