Input$LandingPagesTranslationContentInput constructor

Input$LandingPagesTranslationContentInput({
  1. required String pageTitle,
  2. required String pageDescription,
  3. required List<Input$LandingPagesDataInput> sectionData,
})

Implementation

factory Input$LandingPagesTranslationContentInput({
  required String pageTitle,
  required String pageDescription,
  required List<Input$LandingPagesDataInput> sectionData,
}) =>
    Input$LandingPagesTranslationContentInput._({
      r'pageTitle': pageTitle,
      r'pageDescription': pageDescription,
      r'sectionData': sectionData,
    });