docs.documents.batchUpdate

enum_CreateFooterRequestType := [ "HEADER_FOOTER_TYPE_UNSPECIFIED", "DEFAULT" ]
enum_CreateHeaderRequestType := [ "HEADER_FOOTER_TYPE_UNSPECIFIED", "DEFAULT" ]
enum_CreateParagraphBulletsRequestBulletPreset := [ "BULLET_GLYPH_PRESET_UNSPECIFIED", "BULLET_DISC_CIRCLE_SQUARE", "BULLET_DIAMONDX_ARROW3D_SQUARE", "BULLET_CHECKBOX", "BULLET_ARROW_DIAMOND_DISC", "BULLET_STAR_CIRCLE_SQUARE", "BULLET_ARROW3D_CIRCLE_SQUARE", "BULLET_LEFTTRIANGLE_DIAMOND_DISC", "BULLET_DIAMONDX_HOLLOWDIAMOND_SQUARE", "BULLET_DIAMOND_CIRCLE_SQUARE", "NUMBERED_DECIMAL_ALPHA_ROMAN", "NUMBERED_DECIMAL_ALPHA_ROMAN_PARENS", "NUMBERED_DECIMAL_NESTED", "NUMBERED_UPPERALPHA_ALPHA_ROMAN", "NUMBERED_UPPERROMAN_UPPERALPHA_DECIMAL", "NUMBERED_ZERODECIMAL_ALPHA_ROMAN" ]
enum_DimensionUnit := [ "UNIT_UNSPECIFIED", "PT" ]
enum_InsertSectionBreakRequestSectionType := [ "SECTION_TYPE_UNSPECIFIED", "CONTINUOUS", "NEXT_PAGE" ]
enum_ParagraphBorderDashStyle := [ "DASH_STYLE_UNSPECIFIED", "SOLID", "DOT", "DASH" ]
enum_ParagraphStyleAlignment := [ "ALIGNMENT_UNSPECIFIED", "START", "CENTER", "END", "JUSTIFIED" ]
enum_ParagraphStyleDirection := [ "CONTENT_DIRECTION_UNSPECIFIED", "LEFT_TO_RIGHT", "RIGHT_TO_LEFT" ]
enum_ParagraphStyleNamedStyleType := [ "NAMED_STYLE_TYPE_UNSPECIFIED", "NORMAL_TEXT", "TITLE", "SUBTITLE", "HEADING_1", "HEADING_2", "HEADING_3", "HEADING_4", "HEADING_5", "HEADING_6" ]
enum_ParagraphStyleSpacingMode := [ "SPACING_MODE_UNSPECIFIED", "NEVER_COLLAPSE", "COLLAPSE_LISTS" ]
enum_ReplaceImageRequestImageReplaceMethod := [ "IMAGE_REPLACE_METHOD_UNSPECIFIED", "CENTER_CROP" ]
enum_SectionStyleColumnSeparatorStyle := [ "COLUMN_SEPARATOR_STYLE_UNSPECIFIED", "NONE", "BETWEEN_EACH_COLUMN" ]
enum_SectionStyleContentDirection := [ "CONTENT_DIRECTION_UNSPECIFIED", "LEFT_TO_RIGHT", "RIGHT_TO_LEFT" ]
enum_SectionStyleSectionType := [ "SECTION_TYPE_UNSPECIFIED", "CONTINUOUS", "NEXT_PAGE" ]
enum_TabStopAlignment := [ "TAB_STOP_ALIGNMENT_UNSPECIFIED", "START", "CENTER", "END" ]
enum_TableCellBorderDashStyle := [ "DASH_STYLE_UNSPECIFIED", "SOLID", "DOT", "DASH" ]
enum_TableCellStyleContentAlignment := [ "CONTENT_ALIGNMENT_UNSPECIFIED", "CONTENT_ALIGNMENT_UNSUPPORTED", "TOP", "MIDDLE", "BOTTOM" ]
enum_TableColumnPropertiesWidthType := [ "WIDTH_TYPE_UNSPECIFIED", "EVENLY_DISTRIBUTED", "FIXED_WIDTH" ]
enum_TextStyleBaselineOffset := [ "BASELINE_OFFSET_UNSPECIFIED", "NONE", "SUPERSCRIPT", "SUBSCRIPT" ]

valid {
    input.Body.requests[_].createFooter.sectionBreakLocation.index == INTEGER
    input.Body.requests[_].createFooter.sectionBreakLocation.segmentId == STRING
    input.Body.requests[_].createFooter.type == enum_CreateFooterRequestType[_]
    input.Body.requests[_].createFootnote.endOfSegmentLocation.segmentId == STRING
    input.Body.requests[_].createFootnote.location.index == INTEGER
    input.Body.requests[_].createFootnote.location.segmentId == STRING
    input.Body.requests[_].createHeader.sectionBreakLocation.index == INTEGER
    input.Body.requests[_].createHeader.sectionBreakLocation.segmentId == STRING
    input.Body.requests[_].createHeader.type == enum_CreateHeaderRequestType[_]
    input.Body.requests[_].createNamedRange.name == STRING
    input.Body.requests[_].createNamedRange.range.endIndex == INTEGER
    input.Body.requests[_].createNamedRange.range.segmentId == STRING
    input.Body.requests[_].createNamedRange.range.startIndex == INTEGER
    input.Body.requests[_].createParagraphBullets.bulletPreset == enum_CreateParagraphBulletsRequestBulletPreset[_]
    input.Body.requests[_].createParagraphBullets.range.endIndex == INTEGER
    input.Body.requests[_].createParagraphBullets.range.segmentId == STRING
    input.Body.requests[_].createParagraphBullets.range.startIndex == INTEGER
    input.Body.requests[_].deleteContentRange.range.endIndex == INTEGER
    input.Body.requests[_].deleteContentRange.range.segmentId == STRING
    input.Body.requests[_].deleteContentRange.range.startIndex == INTEGER
    input.Body.requests[_].deleteFooter.footerId == STRING
    input.Body.requests[_].deleteHeader.headerId == STRING
    input.Body.requests[_].deleteNamedRange.name == STRING
    input.Body.requests[_].deleteNamedRange.namedRangeId == STRING
    input.Body.requests[_].deleteParagraphBullets.range.endIndex == INTEGER
    input.Body.requests[_].deleteParagraphBullets.range.segmentId == STRING
    input.Body.requests[_].deleteParagraphBullets.range.startIndex == INTEGER
    input.Body.requests[_].deletePositionedObject.objectId == STRING
    input.Body.requests[_].deleteTableColumn.tableCellLocation.columnIndex == INTEGER
    input.Body.requests[_].deleteTableColumn.tableCellLocation.rowIndex == INTEGER
    input.Body.requests[_].deleteTableColumn.tableCellLocation.tableStartLocation.index == INTEGER
    input.Body.requests[_].deleteTableColumn.tableCellLocation.tableStartLocation.segmentId == STRING
    input.Body.requests[_].deleteTableRow.tableCellLocation.columnIndex == INTEGER
    input.Body.requests[_].deleteTableRow.tableCellLocation.rowIndex == INTEGER
    input.Body.requests[_].deleteTableRow.tableCellLocation.tableStartLocation.index == INTEGER
    input.Body.requests[_].deleteTableRow.tableCellLocation.tableStartLocation.segmentId == STRING
    input.Body.requests[_].insertInlineImage.endOfSegmentLocation.segmentId == STRING
    input.Body.requests[_].insertInlineImage.location.index == INTEGER
    input.Body.requests[_].insertInlineImage.location.segmentId == STRING
    input.Body.requests[_].insertInlineImage.objectSize.height.magnitude == NUMBER
    input.Body.requests[_].insertInlineImage.objectSize.height.unit == enum_DimensionUnit[_]
    input.Body.requests[_].insertInlineImage.objectSize.width.magnitude == NUMBER
    input.Body.requests[_].insertInlineImage.objectSize.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].insertInlineImage.uri == STRING
    input.Body.requests[_].insertPageBreak.endOfSegmentLocation.segmentId == STRING
    input.Body.requests[_].insertPageBreak.location.index == INTEGER
    input.Body.requests[_].insertPageBreak.location.segmentId == STRING
    input.Body.requests[_].insertSectionBreak.endOfSegmentLocation.segmentId == STRING
    input.Body.requests[_].insertSectionBreak.location.index == INTEGER
    input.Body.requests[_].insertSectionBreak.location.segmentId == STRING
    input.Body.requests[_].insertSectionBreak.sectionType == enum_InsertSectionBreakRequestSectionType[_]
    input.Body.requests[_].insertTable.columns == INTEGER
    input.Body.requests[_].insertTable.endOfSegmentLocation.segmentId == STRING
    input.Body.requests[_].insertTable.location.index == INTEGER
    input.Body.requests[_].insertTable.location.segmentId == STRING
    input.Body.requests[_].insertTable.rows == INTEGER
    input.Body.requests[_].insertTableColumn.insertRight == BOOLEAN
    input.Body.requests[_].insertTableColumn.tableCellLocation.columnIndex == INTEGER
    input.Body.requests[_].insertTableColumn.tableCellLocation.rowIndex == INTEGER
    input.Body.requests[_].insertTableColumn.tableCellLocation.tableStartLocation.index == INTEGER
    input.Body.requests[_].insertTableColumn.tableCellLocation.tableStartLocation.segmentId == STRING
    input.Body.requests[_].insertTableRow.insertBelow == BOOLEAN
    input.Body.requests[_].insertTableRow.tableCellLocation.columnIndex == INTEGER
    input.Body.requests[_].insertTableRow.tableCellLocation.rowIndex == INTEGER
    input.Body.requests[_].insertTableRow.tableCellLocation.tableStartLocation.index == INTEGER
    input.Body.requests[_].insertTableRow.tableCellLocation.tableStartLocation.segmentId == STRING
    input.Body.requests[_].insertText.endOfSegmentLocation.segmentId == STRING
    input.Body.requests[_].insertText.location.index == INTEGER
    input.Body.requests[_].insertText.location.segmentId == STRING
    input.Body.requests[_].insertText.text == STRING
    input.Body.requests[_].mergeTableCells.tableRange.columnSpan == INTEGER
    input.Body.requests[_].mergeTableCells.tableRange.rowSpan == INTEGER
    input.Body.requests[_].mergeTableCells.tableRange.tableCellLocation.columnIndex == INTEGER
    input.Body.requests[_].mergeTableCells.tableRange.tableCellLocation.rowIndex == INTEGER
    input.Body.requests[_].mergeTableCells.tableRange.tableCellLocation.tableStartLocation.index == INTEGER
    input.Body.requests[_].mergeTableCells.tableRange.tableCellLocation.tableStartLocation.segmentId == STRING
    input.Body.requests[_].pinTableHeaderRows.pinnedHeaderRowsCount == INTEGER
    input.Body.requests[_].pinTableHeaderRows.tableStartLocation.index == INTEGER
    input.Body.requests[_].pinTableHeaderRows.tableStartLocation.segmentId == STRING
    input.Body.requests[_].replaceAllText.containsText.matchCase == BOOLEAN
    input.Body.requests[_].replaceAllText.containsText.text == STRING
    input.Body.requests[_].replaceAllText.replaceText == STRING
    input.Body.requests[_].replaceImage.imageObjectId == STRING
    input.Body.requests[_].replaceImage.imageReplaceMethod == enum_ReplaceImageRequestImageReplaceMethod[_]
    input.Body.requests[_].replaceImage.uri == STRING
    input.Body.requests[_].replaceNamedRangeContent.namedRangeId == STRING
    input.Body.requests[_].replaceNamedRangeContent.namedRangeName == STRING
    input.Body.requests[_].replaceNamedRangeContent.text == STRING
    input.Body.requests[_].unmergeTableCells.tableRange.columnSpan == INTEGER
    input.Body.requests[_].unmergeTableCells.tableRange.rowSpan == INTEGER
    input.Body.requests[_].unmergeTableCells.tableRange.tableCellLocation.columnIndex == INTEGER
    input.Body.requests[_].unmergeTableCells.tableRange.tableCellLocation.rowIndex == INTEGER
    input.Body.requests[_].unmergeTableCells.tableRange.tableCellLocation.tableStartLocation.index == INTEGER
    input.Body.requests[_].unmergeTableCells.tableRange.tableCellLocation.tableStartLocation.segmentId == STRING
    input.Body.requests[_].updateDocumentStyle.documentStyle.background.color.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateDocumentStyle.documentStyle.background.color.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateDocumentStyle.documentStyle.background.color.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateDocumentStyle.documentStyle.defaultFooterId == STRING
    input.Body.requests[_].updateDocumentStyle.documentStyle.defaultHeaderId == STRING
    input.Body.requests[_].updateDocumentStyle.documentStyle.evenPageFooterId == STRING
    input.Body.requests[_].updateDocumentStyle.documentStyle.evenPageHeaderId == STRING
    input.Body.requests[_].updateDocumentStyle.documentStyle.firstPageFooterId == STRING
    input.Body.requests[_].updateDocumentStyle.documentStyle.firstPageHeaderId == STRING
    input.Body.requests[_].updateDocumentStyle.documentStyle.flipPageOrientation == BOOLEAN
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginBottom.magnitude == NUMBER
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginFooter.magnitude == NUMBER
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginFooter.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginHeader.magnitude == NUMBER
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginHeader.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginLeft.magnitude == NUMBER
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginRight.magnitude == NUMBER
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginRight.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginTop.magnitude == NUMBER
    input.Body.requests[_].updateDocumentStyle.documentStyle.marginTop.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateDocumentStyle.documentStyle.pageNumberStart == INTEGER
    input.Body.requests[_].updateDocumentStyle.documentStyle.pageSize.height.magnitude == NUMBER
    input.Body.requests[_].updateDocumentStyle.documentStyle.pageSize.height.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateDocumentStyle.documentStyle.pageSize.width.magnitude == NUMBER
    input.Body.requests[_].updateDocumentStyle.documentStyle.pageSize.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateDocumentStyle.documentStyle.useCustomHeaderFooterMargins == BOOLEAN
    input.Body.requests[_].updateDocumentStyle.documentStyle.useEvenPageHeaderFooter == BOOLEAN
    input.Body.requests[_].updateDocumentStyle.documentStyle.useFirstPageHeaderFooter == BOOLEAN
    input.Body.requests[_].updateDocumentStyle.fields == STRING
    input.Body.requests[_].updateParagraphStyle.fields == STRING
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.alignment == enum_ParagraphStyleAlignment[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.avoidWidowAndOrphan == BOOLEAN
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBetween.color.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBetween.color.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBetween.color.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBetween.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBetween.padding.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBetween.padding.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBetween.width.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBetween.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBottom.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBottom.padding.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBottom.padding.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBottom.width.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderLeft.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderLeft.padding.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderLeft.padding.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderLeft.width.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderRight.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderRight.padding.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderRight.padding.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderRight.width.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderTop.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderTop.padding.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderTop.padding.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderTop.width.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.direction == enum_ParagraphStyleDirection[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.headingId == STRING
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.indentEnd.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.indentEnd.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.indentFirstLine.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.indentStart.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.indentStart.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.keepLinesTogether == BOOLEAN
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.keepWithNext == BOOLEAN
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.lineSpacing == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.namedStyleType == enum_ParagraphStyleNamedStyleType[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.pageBreakBefore == BOOLEAN
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.shading.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.shading.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.shading.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.spaceAbove.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.spaceAbove.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.spaceBelow.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.spaceBelow.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.spacingMode == enum_ParagraphStyleSpacingMode[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.tabStops[_].alignment == enum_TabStopAlignment[_]
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.tabStops[_].offset.magnitude == NUMBER
    input.Body.requests[_].updateParagraphStyle.paragraphStyle.tabStops[_].offset.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateParagraphStyle.range.endIndex == INTEGER
    input.Body.requests[_].updateParagraphStyle.range.segmentId == STRING
    input.Body.requests[_].updateParagraphStyle.range.startIndex == INTEGER
    input.Body.requests[_].updateSectionStyle.fields == STRING
    input.Body.requests[_].updateSectionStyle.range.endIndex == INTEGER
    input.Body.requests[_].updateSectionStyle.range.segmentId == STRING
    input.Body.requests[_].updateSectionStyle.range.startIndex == INTEGER
    input.Body.requests[_].updateSectionStyle.sectionStyle.columnProperties[_].paddingEnd.magnitude == NUMBER
    input.Body.requests[_].updateSectionStyle.sectionStyle.columnProperties[_].paddingEnd.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateSectionStyle.sectionStyle.columnProperties[_].width.magnitude == NUMBER
    input.Body.requests[_].updateSectionStyle.sectionStyle.columnProperties[_].width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateSectionStyle.sectionStyle.columnSeparatorStyle == enum_SectionStyleColumnSeparatorStyle[_]
    input.Body.requests[_].updateSectionStyle.sectionStyle.contentDirection == enum_SectionStyleContentDirection[_]
    input.Body.requests[_].updateSectionStyle.sectionStyle.defaultFooterId == STRING
    input.Body.requests[_].updateSectionStyle.sectionStyle.defaultHeaderId == STRING
    input.Body.requests[_].updateSectionStyle.sectionStyle.evenPageFooterId == STRING
    input.Body.requests[_].updateSectionStyle.sectionStyle.evenPageHeaderId == STRING
    input.Body.requests[_].updateSectionStyle.sectionStyle.firstPageFooterId == STRING
    input.Body.requests[_].updateSectionStyle.sectionStyle.firstPageHeaderId == STRING
    input.Body.requests[_].updateSectionStyle.sectionStyle.flipPageOrientation == BOOLEAN
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginBottom.magnitude == NUMBER
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginFooter.magnitude == NUMBER
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginFooter.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginHeader.magnitude == NUMBER
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginHeader.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginLeft.magnitude == NUMBER
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginRight.magnitude == NUMBER
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginRight.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginTop.magnitude == NUMBER
    input.Body.requests[_].updateSectionStyle.sectionStyle.marginTop.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateSectionStyle.sectionStyle.pageNumberStart == INTEGER
    input.Body.requests[_].updateSectionStyle.sectionStyle.sectionType == enum_SectionStyleSectionType[_]
    input.Body.requests[_].updateSectionStyle.sectionStyle.useFirstPageHeaderFooter == BOOLEAN
    input.Body.requests[_].updateTableCellStyle.fields == STRING
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderBottom.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderBottom.width.magnitude == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderLeft.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderLeft.width.magnitude == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderRight.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderRight.width.magnitude == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderTop.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderTop.width.magnitude == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.columnSpan == INTEGER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.contentAlignment == enum_TableCellStyleContentAlignment[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.paddingBottom.magnitude == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.paddingBottom.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.paddingLeft.magnitude == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.paddingLeft.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.paddingRight.magnitude == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.paddingRight.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.paddingTop.magnitude == NUMBER
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.paddingTop.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateTableCellStyle.tableCellStyle.rowSpan == INTEGER
    input.Body.requests[_].updateTableCellStyle.tableRange.columnSpan == INTEGER
    input.Body.requests[_].updateTableCellStyle.tableRange.rowSpan == INTEGER
    input.Body.requests[_].updateTableCellStyle.tableRange.tableCellLocation.columnIndex == INTEGER
    input.Body.requests[_].updateTableCellStyle.tableRange.tableCellLocation.rowIndex == INTEGER
    input.Body.requests[_].updateTableCellStyle.tableRange.tableCellLocation.tableStartLocation.index == INTEGER
    input.Body.requests[_].updateTableCellStyle.tableRange.tableCellLocation.tableStartLocation.segmentId == STRING
    input.Body.requests[_].updateTableCellStyle.tableStartLocation.index == INTEGER
    input.Body.requests[_].updateTableCellStyle.tableStartLocation.segmentId == STRING
    input.Body.requests[_].updateTableColumnProperties.columnIndices[_] == INTEGER
    input.Body.requests[_].updateTableColumnProperties.fields == STRING
    input.Body.requests[_].updateTableColumnProperties.tableColumnProperties.width.magnitude == NUMBER
    input.Body.requests[_].updateTableColumnProperties.tableColumnProperties.width.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateTableColumnProperties.tableColumnProperties.widthType == enum_TableColumnPropertiesWidthType[_]
    input.Body.requests[_].updateTableColumnProperties.tableStartLocation.index == INTEGER
    input.Body.requests[_].updateTableColumnProperties.tableStartLocation.segmentId == STRING
    input.Body.requests[_].updateTableRowStyle.fields == STRING
    input.Body.requests[_].updateTableRowStyle.rowIndices[_] == INTEGER
    input.Body.requests[_].updateTableRowStyle.tableRowStyle.minRowHeight.magnitude == NUMBER
    input.Body.requests[_].updateTableRowStyle.tableRowStyle.minRowHeight.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateTableRowStyle.tableRowStyle.preventOverflow == BOOLEAN
    input.Body.requests[_].updateTableRowStyle.tableRowStyle.tableHeader == BOOLEAN
    input.Body.requests[_].updateTableRowStyle.tableStartLocation.index == INTEGER
    input.Body.requests[_].updateTableRowStyle.tableStartLocation.segmentId == STRING
    input.Body.requests[_].updateTextStyle.fields == STRING
    input.Body.requests[_].updateTextStyle.range.endIndex == INTEGER
    input.Body.requests[_].updateTextStyle.range.segmentId == STRING
    input.Body.requests[_].updateTextStyle.range.startIndex == INTEGER
    input.Body.requests[_].updateTextStyle.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateTextStyle.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateTextStyle.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateTextStyle.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.requests[_].updateTextStyle.textStyle.bold == BOOLEAN
    input.Body.requests[_].updateTextStyle.textStyle.fontSize.magnitude == NUMBER
    input.Body.requests[_].updateTextStyle.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.requests[_].updateTextStyle.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.requests[_].updateTextStyle.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.requests[_].updateTextStyle.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.requests[_].updateTextStyle.textStyle.italic == BOOLEAN
    input.Body.requests[_].updateTextStyle.textStyle.link.bookmarkId == STRING
    input.Body.requests[_].updateTextStyle.textStyle.link.headingId == STRING
    input.Body.requests[_].updateTextStyle.textStyle.link.url == STRING
    input.Body.requests[_].updateTextStyle.textStyle.smallCaps == BOOLEAN
    input.Body.requests[_].updateTextStyle.textStyle.strikethrough == BOOLEAN
    input.Body.requests[_].updateTextStyle.textStyle.underline == BOOLEAN
    input.Body.requests[_].updateTextStyle.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.requests[_].updateTextStyle.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.writeControl.requiredRevisionId == STRING
    input.Body.writeControl.targetRevisionId == STRING
    input.ReqMap.documentId == STRING
    input.ProviderMetadata.Region == STRING
}

docs.documents.create

enum_AutoTextType := [ "TYPE_UNSPECIFIED", "PAGE_NUMBER", "PAGE_COUNT" ]
enum_DimensionUnit := [ "UNIT_UNSPECIFIED", "PT" ]
enum_DocumentSuggestionsViewMode := [ "DEFAULT_FOR_CURRENT_ACCESS", "SUGGESTIONS_INLINE", "PREVIEW_SUGGESTIONS_ACCEPTED", "PREVIEW_WITHOUT_SUGGESTIONS" ]
enum_EmbeddedObjectBorderDashStyle := [ "DASH_STYLE_UNSPECIFIED", "SOLID", "DOT", "DASH" ]
enum_EmbeddedObjectBorderPropertyState := [ "RENDERED", "NOT_RENDERED" ]
enum_NamedStyleNamedStyleType := [ "NAMED_STYLE_TYPE_UNSPECIFIED", "NORMAL_TEXT", "TITLE", "SUBTITLE", "HEADING_1", "HEADING_2", "HEADING_3", "HEADING_4", "HEADING_5", "HEADING_6" ]
enum_NamedStyleSuggestionStateNamedStyleType := [ "NAMED_STYLE_TYPE_UNSPECIFIED", "NORMAL_TEXT", "TITLE", "SUBTITLE", "HEADING_1", "HEADING_2", "HEADING_3", "HEADING_4", "HEADING_5", "HEADING_6" ]
enum_NestingLevelBulletAlignment := [ "BULLET_ALIGNMENT_UNSPECIFIED", "START", "CENTER", "END" ]
enum_NestingLevelGlyphType := [ "GLYPH_TYPE_UNSPECIFIED", "NONE", "DECIMAL", "ZERO_DECIMAL", "UPPER_ALPHA", "ALPHA", "UPPER_ROMAN", "ROMAN" ]
enum_ParagraphBorderDashStyle := [ "DASH_STYLE_UNSPECIFIED", "SOLID", "DOT", "DASH" ]
enum_ParagraphStyleAlignment := [ "ALIGNMENT_UNSPECIFIED", "START", "CENTER", "END", "JUSTIFIED" ]
enum_ParagraphStyleDirection := [ "CONTENT_DIRECTION_UNSPECIFIED", "LEFT_TO_RIGHT", "RIGHT_TO_LEFT" ]
enum_ParagraphStyleNamedStyleType := [ "NAMED_STYLE_TYPE_UNSPECIFIED", "NORMAL_TEXT", "TITLE", "SUBTITLE", "HEADING_1", "HEADING_2", "HEADING_3", "HEADING_4", "HEADING_5", "HEADING_6" ]
enum_ParagraphStyleSpacingMode := [ "SPACING_MODE_UNSPECIFIED", "NEVER_COLLAPSE", "COLLAPSE_LISTS" ]
enum_PositionedObjectPositioningLayout := [ "POSITIONED_OBJECT_LAYOUT_UNSPECIFIED", "WRAP_TEXT", "BREAK_LEFT", "BREAK_RIGHT", "BREAK_LEFT_RIGHT", "IN_FRONT_OF_TEXT", "BEHIND_TEXT" ]
enum_SectionStyleColumnSeparatorStyle := [ "COLUMN_SEPARATOR_STYLE_UNSPECIFIED", "NONE", "BETWEEN_EACH_COLUMN" ]
enum_SectionStyleContentDirection := [ "CONTENT_DIRECTION_UNSPECIFIED", "LEFT_TO_RIGHT", "RIGHT_TO_LEFT" ]
enum_SectionStyleSectionType := [ "SECTION_TYPE_UNSPECIFIED", "CONTINUOUS", "NEXT_PAGE" ]
enum_TabStopAlignment := [ "TAB_STOP_ALIGNMENT_UNSPECIFIED", "START", "CENTER", "END" ]
enum_TableCellBorderDashStyle := [ "DASH_STYLE_UNSPECIFIED", "SOLID", "DOT", "DASH" ]
enum_TableCellStyleContentAlignment := [ "CONTENT_ALIGNMENT_UNSPECIFIED", "CONTENT_ALIGNMENT_UNSUPPORTED", "TOP", "MIDDLE", "BOTTOM" ]
enum_TableColumnPropertiesWidthType := [ "WIDTH_TYPE_UNSPECIFIED", "EVENLY_DISTRIBUTED", "FIXED_WIDTH" ]
enum_TextStyleBaselineOffset := [ "BASELINE_OFFSET_UNSPECIFIED", "NONE", "SUPERSCRIPT", "SUBSCRIPT" ]

valid {
    input.Body.body.content[_].endIndex == INTEGER
    input.Body.body.content[_].paragraph.bullet.listId == STRING
    input.Body.body.content[_].paragraph.bullet.nestingLevel == INTEGER
    input.Body.body.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.bullet.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.bullet.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.bullet.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.bullet.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.bullet.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.bullet.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.bullet.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.bullet.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.bullet.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.bullet.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.bullet.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.bullet.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.bullet.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].autoText.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].autoText.type == enum_AutoTextType[_]
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].columnBreak.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].endIndex == INTEGER
    input.Body.body.content[_].paragraph.elements[_].equation.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].equation.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.footnoteId == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.footnoteNumber == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].footnoteReference.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].horizontalRule.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.inlineObjectId == STRING
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].inlineObjectElement.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].pageBreak.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].person.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].person.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].person.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].richLink.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].startIndex == INTEGER
    input.Body.body.content[_].paragraph.elements[_].textRun.content == STRING
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.elements[_].textRun.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.paragraphStyle.alignment == enum_ParagraphStyleAlignment[_]
    input.Body.body.content[_].paragraph.paragraphStyle.avoidWidowAndOrphan == BOOLEAN
    input.Body.body.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderBetween.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderBetween.padding.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderBetween.padding.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderBetween.width.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderBetween.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderBottom.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderBottom.padding.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderBottom.padding.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderBottom.width.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderLeft.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderLeft.padding.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderLeft.padding.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderLeft.width.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderRight.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderRight.padding.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderRight.padding.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderRight.width.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderTop.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderTop.padding.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderTop.padding.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.borderTop.width.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.direction == enum_ParagraphStyleDirection[_]
    input.Body.body.content[_].paragraph.paragraphStyle.headingId == STRING
    input.Body.body.content[_].paragraph.paragraphStyle.indentEnd.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.indentEnd.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.indentFirstLine.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.indentStart.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.indentStart.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.keepLinesTogether == BOOLEAN
    input.Body.body.content[_].paragraph.paragraphStyle.keepWithNext == BOOLEAN
    input.Body.body.content[_].paragraph.paragraphStyle.lineSpacing == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.namedStyleType == enum_ParagraphStyleNamedStyleType[_]
    input.Body.body.content[_].paragraph.paragraphStyle.pageBreakBefore == BOOLEAN
    input.Body.body.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.spaceAbove.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.spaceAbove.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.spaceBelow.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.spaceBelow.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.paragraphStyle.spacingMode == enum_ParagraphStyleSpacingMode[_]
    input.Body.body.content[_].paragraph.paragraphStyle.tabStops[_].alignment == enum_TabStopAlignment[_]
    input.Body.body.content[_].paragraph.paragraphStyle.tabStops[_].offset.magnitude == NUMBER
    input.Body.body.content[_].paragraph.paragraphStyle.tabStops[_].offset.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.positionedObjectIds[_] == STRING
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.listId == STRING
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.nestingLevel == INTEGER
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.bold == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.fontSize.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.italic == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.bookmarkId == STRING
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.headingId == STRING
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.url == STRING
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.smallCaps == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.strikethrough == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.underline == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.listIdSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.nestingLevelSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.alignment == enum_ParagraphStyleAlignment[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.avoidWidowAndOrphan == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.padding.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.padding.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.width.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.padding.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.padding.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.width.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.padding.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.padding.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.width.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.padding.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.padding.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.width.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.padding.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.padding.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.width.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.direction == enum_ParagraphStyleDirection[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.headingId == STRING
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentEnd.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentEnd.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentFirstLine.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentStart.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentStart.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.keepLinesTogether == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.keepWithNext == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.lineSpacing == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.namedStyleType == enum_ParagraphStyleNamedStyleType[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.pageBreakBefore == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceAbove.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceAbove.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceBelow.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceBelow.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spacingMode == enum_ParagraphStyleSpacingMode[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].alignment == enum_TabStopAlignment[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].offset.magnitude == NUMBER
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].offset.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.alignmentSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.avoidWidowAndOrphanSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderBetweenSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderBottomSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderLeftSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderRightSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderTopSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.directionSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.headingIdSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentEndSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentFirstLineSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentStartSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.keepLinesTogetherSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.keepWithNextSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.lineSpacingSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.namedStyleTypeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.pageBreakBeforeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.shadingSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spaceAboveSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spaceBelowSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spacingModeSuggested == BOOLEAN
    input.Body.body.content[_].paragraph.suggestedPositionedObjectIds.STRING.objectIds[_] == STRING
    input.Body.body.content[_].sectionBreak.sectionStyle.columnProperties[_].paddingEnd.magnitude == NUMBER
    input.Body.body.content[_].sectionBreak.sectionStyle.columnProperties[_].paddingEnd.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].sectionBreak.sectionStyle.columnProperties[_].width.magnitude == NUMBER
    input.Body.body.content[_].sectionBreak.sectionStyle.columnProperties[_].width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].sectionBreak.sectionStyle.columnSeparatorStyle == enum_SectionStyleColumnSeparatorStyle[_]
    input.Body.body.content[_].sectionBreak.sectionStyle.contentDirection == enum_SectionStyleContentDirection[_]
    input.Body.body.content[_].sectionBreak.sectionStyle.defaultFooterId == STRING
    input.Body.body.content[_].sectionBreak.sectionStyle.defaultHeaderId == STRING
    input.Body.body.content[_].sectionBreak.sectionStyle.evenPageFooterId == STRING
    input.Body.body.content[_].sectionBreak.sectionStyle.evenPageHeaderId == STRING
    input.Body.body.content[_].sectionBreak.sectionStyle.firstPageFooterId == STRING
    input.Body.body.content[_].sectionBreak.sectionStyle.firstPageHeaderId == STRING
    input.Body.body.content[_].sectionBreak.sectionStyle.flipPageOrientation == BOOLEAN
    input.Body.body.content[_].sectionBreak.sectionStyle.marginBottom.magnitude == NUMBER
    input.Body.body.content[_].sectionBreak.sectionStyle.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].sectionBreak.sectionStyle.marginFooter.magnitude == NUMBER
    input.Body.body.content[_].sectionBreak.sectionStyle.marginFooter.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].sectionBreak.sectionStyle.marginHeader.magnitude == NUMBER
    input.Body.body.content[_].sectionBreak.sectionStyle.marginHeader.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].sectionBreak.sectionStyle.marginLeft.magnitude == NUMBER
    input.Body.body.content[_].sectionBreak.sectionStyle.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].sectionBreak.sectionStyle.marginRight.magnitude == NUMBER
    input.Body.body.content[_].sectionBreak.sectionStyle.marginRight.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].sectionBreak.sectionStyle.marginTop.magnitude == NUMBER
    input.Body.body.content[_].sectionBreak.sectionStyle.marginTop.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].sectionBreak.sectionStyle.pageNumberStart == INTEGER
    input.Body.body.content[_].sectionBreak.sectionStyle.sectionType == enum_SectionStyleSectionType[_]
    input.Body.body.content[_].sectionBreak.sectionStyle.useFirstPageHeaderFooter == BOOLEAN
    input.Body.body.content[_].sectionBreak.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].sectionBreak.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].startIndex == INTEGER
    input.Body.body.content[_].table.columns == INTEGER
    input.Body.body.content[_].table.rows == INTEGER
    input.Body.body.content[_].table.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].table.suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].table.tableRows[_].endIndex == INTEGER
    input.Body.body.content[_].table.tableRows[_].startIndex == INTEGER
    input.Body.body.content[_].table.tableRows[_].suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].table.tableRows[_].suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.minRowHeight.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.minRowHeight.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.preventOverflow == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.tableHeader == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyleSuggestionState.minRowHeightSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].content[_] == NESTED
    input.Body.body.content[_].table.tableRows[_].tableCells[_].endIndex == INTEGER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].startIndex == INTEGER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedInsertionIds[_] == STRING
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.width.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.width.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.width.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.width.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.columnSpan == INTEGER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.contentAlignment == enum_TableCellStyleContentAlignment[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingBottom.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingBottom.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingLeft.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingLeft.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingRight.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingRight.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingTop.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingTop.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.rowSpan == INTEGER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderBottomSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderLeftSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderRightSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderTopSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.columnSpanSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.contentAlignmentSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingBottomSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingLeftSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingRightSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingTopSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.rowSpanSuggested == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.width.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.width.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.width.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.width.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.columnSpan == INTEGER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.contentAlignment == enum_TableCellStyleContentAlignment[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingBottom.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingBottom.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingLeft.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingLeft.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingRight.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingRight.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingTop.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingTop.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableCells[_].tableCellStyle.rowSpan == INTEGER
    input.Body.body.content[_].table.tableRows[_].tableRowStyle.minRowHeight.magnitude == NUMBER
    input.Body.body.content[_].table.tableRows[_].tableRowStyle.minRowHeight.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableRows[_].tableRowStyle.preventOverflow == BOOLEAN
    input.Body.body.content[_].table.tableRows[_].tableRowStyle.tableHeader == BOOLEAN
    input.Body.body.content[_].table.tableStyle.tableColumnProperties[_].width.magnitude == NUMBER
    input.Body.body.content[_].table.tableStyle.tableColumnProperties[_].width.unit == enum_DimensionUnit[_]
    input.Body.body.content[_].table.tableStyle.tableColumnProperties[_].widthType == enum_TableColumnPropertiesWidthType[_]
    input.Body.body.content[_].tableOfContents.content[_] == NESTED
    input.Body.body.content[_].tableOfContents.suggestedDeletionIds[_] == STRING
    input.Body.body.content[_].tableOfContents.suggestedInsertionIds[_] == STRING
    input.Body.documentId == STRING
    input.Body.documentStyle.background.color.color.rgbColor.blue == NUMBER
    input.Body.documentStyle.background.color.color.rgbColor.green == NUMBER
    input.Body.documentStyle.background.color.color.rgbColor.red == NUMBER
    input.Body.documentStyle.defaultFooterId == STRING
    input.Body.documentStyle.defaultHeaderId == STRING
    input.Body.documentStyle.evenPageFooterId == STRING
    input.Body.documentStyle.evenPageHeaderId == STRING
    input.Body.documentStyle.firstPageFooterId == STRING
    input.Body.documentStyle.firstPageHeaderId == STRING
    input.Body.documentStyle.flipPageOrientation == BOOLEAN
    input.Body.documentStyle.marginBottom.magnitude == NUMBER
    input.Body.documentStyle.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.documentStyle.marginFooter.magnitude == NUMBER
    input.Body.documentStyle.marginFooter.unit == enum_DimensionUnit[_]
    input.Body.documentStyle.marginHeader.magnitude == NUMBER
    input.Body.documentStyle.marginHeader.unit == enum_DimensionUnit[_]
    input.Body.documentStyle.marginLeft.magnitude == NUMBER
    input.Body.documentStyle.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.documentStyle.marginRight.magnitude == NUMBER
    input.Body.documentStyle.marginRight.unit == enum_DimensionUnit[_]
    input.Body.documentStyle.marginTop.magnitude == NUMBER
    input.Body.documentStyle.marginTop.unit == enum_DimensionUnit[_]
    input.Body.documentStyle.pageNumberStart == INTEGER
    input.Body.documentStyle.pageSize.height.magnitude == NUMBER
    input.Body.documentStyle.pageSize.height.unit == enum_DimensionUnit[_]
    input.Body.documentStyle.pageSize.width.magnitude == NUMBER
    input.Body.documentStyle.pageSize.width.unit == enum_DimensionUnit[_]
    input.Body.documentStyle.useCustomHeaderFooterMargins == BOOLEAN
    input.Body.documentStyle.useEvenPageHeaderFooter == BOOLEAN
    input.Body.documentStyle.useFirstPageHeaderFooter == BOOLEAN
    input.Body.footers.STRING.content[_].endIndex == INTEGER
    input.Body.footers.STRING.content[_].paragraph.bullet.listId == STRING
    input.Body.footers.STRING.content[_].paragraph.bullet.nestingLevel == INTEGER
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.bullet.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].autoText.type == enum_AutoTextType[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].endIndex == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].equation.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].equation.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.footnoteId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.footnoteNumber == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.inlineObjectId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].person.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].richLink.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].startIndex == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.content == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.elements[_].textRun.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.alignment == enum_ParagraphStyleAlignment[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.avoidWidowAndOrphan == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBetween.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBetween.padding.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBetween.padding.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBetween.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBetween.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBottom.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBottom.padding.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBottom.padding.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBottom.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderLeft.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderLeft.padding.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderLeft.padding.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderLeft.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderRight.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderRight.padding.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderRight.padding.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderRight.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderTop.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderTop.padding.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderTop.padding.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderTop.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.direction == enum_ParagraphStyleDirection[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.indentEnd.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.indentEnd.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.indentFirstLine.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.indentStart.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.indentStart.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.keepLinesTogether == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.keepWithNext == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.lineSpacing == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.namedStyleType == enum_ParagraphStyleNamedStyleType[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.pageBreakBefore == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.spaceAbove.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.spaceAbove.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.spaceBelow.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.spaceBelow.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.spacingMode == enum_ParagraphStyleSpacingMode[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.tabStops[_].alignment == enum_TabStopAlignment[_]
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.tabStops[_].offset.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.paragraphStyle.tabStops[_].offset.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.positionedObjectIds[_] == STRING
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.listId == STRING
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.nestingLevel == INTEGER
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.bold == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.fontSize.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.italic == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.bookmarkId == STRING
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.url == STRING
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.smallCaps == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.strikethrough == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.underline == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.listIdSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.nestingLevelSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.alignment == enum_ParagraphStyleAlignment[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.avoidWidowAndOrphan == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.padding.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.padding.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.padding.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.padding.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.padding.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.padding.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.padding.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.padding.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.padding.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.padding.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.direction == enum_ParagraphStyleDirection[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.headingId == STRING
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentEnd.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentEnd.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentFirstLine.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentStart.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentStart.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.keepLinesTogether == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.keepWithNext == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.lineSpacing == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.namedStyleType == enum_ParagraphStyleNamedStyleType[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.pageBreakBefore == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceAbove.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceAbove.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceBelow.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceBelow.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spacingMode == enum_ParagraphStyleSpacingMode[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].alignment == enum_TabStopAlignment[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].offset.magnitude == NUMBER
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].offset.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.alignmentSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.avoidWidowAndOrphanSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderBetweenSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderBottomSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderLeftSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderRightSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderTopSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.directionSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.headingIdSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentEndSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentFirstLineSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentStartSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.keepLinesTogetherSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.keepWithNextSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.lineSpacingSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.namedStyleTypeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.pageBreakBeforeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.shadingSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spaceAboveSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spaceBelowSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spacingModeSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].paragraph.suggestedPositionedObjectIds.STRING.objectIds[_] == STRING
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].paddingEnd.magnitude == NUMBER
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].paddingEnd.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.columnSeparatorStyle == enum_SectionStyleColumnSeparatorStyle[_]
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.contentDirection == enum_SectionStyleContentDirection[_]
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.defaultFooterId == STRING
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.defaultHeaderId == STRING
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.evenPageFooterId == STRING
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.evenPageHeaderId == STRING
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.firstPageFooterId == STRING
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.firstPageHeaderId == STRING
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.flipPageOrientation == BOOLEAN
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginBottom.magnitude == NUMBER
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginFooter.magnitude == NUMBER
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginFooter.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginHeader.magnitude == NUMBER
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginHeader.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginLeft.magnitude == NUMBER
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginRight.magnitude == NUMBER
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginRight.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginTop.magnitude == NUMBER
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.marginTop.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.pageNumberStart == INTEGER
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.sectionType == enum_SectionStyleSectionType[_]
    input.Body.footers.STRING.content[_].sectionBreak.sectionStyle.useFirstPageHeaderFooter == BOOLEAN
    input.Body.footers.STRING.content[_].sectionBreak.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].sectionBreak.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].startIndex == INTEGER
    input.Body.footers.STRING.content[_].table.columns == INTEGER
    input.Body.footers.STRING.content[_].table.rows == INTEGER
    input.Body.footers.STRING.content[_].table.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].table.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].table.tableRows[_].endIndex == INTEGER
    input.Body.footers.STRING.content[_].table.tableRows[_].startIndex == INTEGER
    input.Body.footers.STRING.content[_].table.tableRows[_].suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].table.tableRows[_].suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.minRowHeight.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.minRowHeight.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.preventOverflow == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.tableHeader == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyleSuggestionState.minRowHeightSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].content[_] == NESTED
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].endIndex == INTEGER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].startIndex == INTEGER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.columnSpan == INTEGER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.contentAlignment == enum_TableCellStyleContentAlignment[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingBottom.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingBottom.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingLeft.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingLeft.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingRight.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingRight.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingTop.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingTop.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.rowSpan == INTEGER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderBottomSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderLeftSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderRightSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderTopSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.columnSpanSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.contentAlignmentSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingBottomSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingLeftSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingRightSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingTopSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.rowSpanSuggested == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.columnSpan == INTEGER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.contentAlignment == enum_TableCellStyleContentAlignment[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingBottom.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingBottom.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingLeft.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingLeft.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingRight.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingRight.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingTop.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingTop.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.rowSpan == INTEGER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableRowStyle.minRowHeight.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableRows[_].tableRowStyle.minRowHeight.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableRows[_].tableRowStyle.preventOverflow == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableRows[_].tableRowStyle.tableHeader == BOOLEAN
    input.Body.footers.STRING.content[_].table.tableStyle.tableColumnProperties[_].width.magnitude == NUMBER
    input.Body.footers.STRING.content[_].table.tableStyle.tableColumnProperties[_].width.unit == enum_DimensionUnit[_]
    input.Body.footers.STRING.content[_].table.tableStyle.tableColumnProperties[_].widthType == enum_TableColumnPropertiesWidthType[_]
    input.Body.footers.STRING.content[_].tableOfContents.content[_] == NESTED
    input.Body.footers.STRING.content[_].tableOfContents.suggestedDeletionIds[_] == STRING
    input.Body.footers.STRING.content[_].tableOfContents.suggestedInsertionIds[_] == STRING
    input.Body.footers.STRING.footerId == STRING
    input.Body.footnotes.STRING.content[_].endIndex == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.bullet.listId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.bullet.nestingLevel == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.bullet.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].autoText.type == enum_AutoTextType[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].endIndex == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].equation.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].equation.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.footnoteId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.footnoteNumber == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.inlineObjectId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].person.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].richLink.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].startIndex == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.content == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.elements[_].textRun.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.alignment == enum_ParagraphStyleAlignment[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.avoidWidowAndOrphan == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBetween.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBetween.padding.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBetween.padding.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBetween.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBetween.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBottom.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBottom.padding.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBottom.padding.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBottom.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderLeft.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderLeft.padding.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderLeft.padding.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderLeft.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderRight.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderRight.padding.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderRight.padding.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderRight.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderTop.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderTop.padding.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderTop.padding.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderTop.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.direction == enum_ParagraphStyleDirection[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.indentEnd.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.indentEnd.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.indentFirstLine.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.indentStart.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.indentStart.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.keepLinesTogether == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.keepWithNext == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.lineSpacing == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.namedStyleType == enum_ParagraphStyleNamedStyleType[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.pageBreakBefore == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.spaceAbove.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.spaceAbove.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.spaceBelow.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.spaceBelow.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.spacingMode == enum_ParagraphStyleSpacingMode[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.tabStops[_].alignment == enum_TabStopAlignment[_]
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.tabStops[_].offset.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.paragraphStyle.tabStops[_].offset.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.positionedObjectIds[_] == STRING
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.listId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.nestingLevel == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.bold == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.fontSize.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.italic == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.bookmarkId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.url == STRING
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.smallCaps == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.strikethrough == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.underline == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.listIdSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.nestingLevelSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.alignment == enum_ParagraphStyleAlignment[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.avoidWidowAndOrphan == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.padding.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.padding.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.padding.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.padding.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.padding.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.padding.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.padding.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.padding.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.padding.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.padding.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.direction == enum_ParagraphStyleDirection[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.headingId == STRING
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentEnd.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentEnd.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentFirstLine.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentStart.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentStart.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.keepLinesTogether == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.keepWithNext == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.lineSpacing == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.namedStyleType == enum_ParagraphStyleNamedStyleType[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.pageBreakBefore == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceAbove.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceAbove.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceBelow.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceBelow.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spacingMode == enum_ParagraphStyleSpacingMode[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].alignment == enum_TabStopAlignment[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].offset.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].offset.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.alignmentSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.avoidWidowAndOrphanSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderBetweenSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderBottomSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderLeftSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderRightSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderTopSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.directionSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.headingIdSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentEndSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentFirstLineSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentStartSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.keepLinesTogetherSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.keepWithNextSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.lineSpacingSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.namedStyleTypeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.pageBreakBeforeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.shadingSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spaceAboveSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spaceBelowSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spacingModeSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].paragraph.suggestedPositionedObjectIds.STRING.objectIds[_] == STRING
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].paddingEnd.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].paddingEnd.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.columnSeparatorStyle == enum_SectionStyleColumnSeparatorStyle[_]
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.contentDirection == enum_SectionStyleContentDirection[_]
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.defaultFooterId == STRING
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.defaultHeaderId == STRING
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.evenPageFooterId == STRING
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.evenPageHeaderId == STRING
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.firstPageFooterId == STRING
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.firstPageHeaderId == STRING
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.flipPageOrientation == BOOLEAN
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginBottom.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginFooter.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginFooter.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginHeader.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginHeader.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginLeft.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginRight.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginRight.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginTop.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.marginTop.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.pageNumberStart == INTEGER
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.sectionType == enum_SectionStyleSectionType[_]
    input.Body.footnotes.STRING.content[_].sectionBreak.sectionStyle.useFirstPageHeaderFooter == BOOLEAN
    input.Body.footnotes.STRING.content[_].sectionBreak.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].sectionBreak.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].startIndex == INTEGER
    input.Body.footnotes.STRING.content[_].table.columns == INTEGER
    input.Body.footnotes.STRING.content[_].table.rows == INTEGER
    input.Body.footnotes.STRING.content[_].table.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].table.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].table.tableRows[_].endIndex == INTEGER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].startIndex == INTEGER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].table.tableRows[_].suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.minRowHeight.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.minRowHeight.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.preventOverflow == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.tableHeader == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyleSuggestionState.minRowHeightSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].content[_] == NESTED
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].endIndex == INTEGER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].startIndex == INTEGER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.columnSpan == INTEGER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.contentAlignment == enum_TableCellStyleContentAlignment[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingBottom.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingBottom.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingLeft.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingLeft.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingRight.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingRight.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingTop.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingTop.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.rowSpan == INTEGER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderBottomSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderLeftSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderRightSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderTopSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.columnSpanSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.contentAlignmentSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingBottomSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingLeftSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingRightSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingTopSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.rowSpanSuggested == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.columnSpan == INTEGER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.contentAlignment == enum_TableCellStyleContentAlignment[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingBottom.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingBottom.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingLeft.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingLeft.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingRight.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingRight.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingTop.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingTop.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.rowSpan == INTEGER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableRowStyle.minRowHeight.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableRowStyle.minRowHeight.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableRowStyle.preventOverflow == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableRows[_].tableRowStyle.tableHeader == BOOLEAN
    input.Body.footnotes.STRING.content[_].table.tableStyle.tableColumnProperties[_].width.magnitude == NUMBER
    input.Body.footnotes.STRING.content[_].table.tableStyle.tableColumnProperties[_].width.unit == enum_DimensionUnit[_]
    input.Body.footnotes.STRING.content[_].table.tableStyle.tableColumnProperties[_].widthType == enum_TableColumnPropertiesWidthType[_]
    input.Body.footnotes.STRING.content[_].tableOfContents.content[_] == NESTED
    input.Body.footnotes.STRING.content[_].tableOfContents.suggestedDeletionIds[_] == STRING
    input.Body.footnotes.STRING.content[_].tableOfContents.suggestedInsertionIds[_] == STRING
    input.Body.footnotes.STRING.footnoteId == STRING
    input.Body.headers.STRING.content[_].endIndex == INTEGER
    input.Body.headers.STRING.content[_].paragraph.bullet.listId == STRING
    input.Body.headers.STRING.content[_].paragraph.bullet.nestingLevel == INTEGER
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.bullet.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].autoText.type == enum_AutoTextType[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].columnBreak.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].endIndex == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].equation.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].equation.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.footnoteId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.footnoteNumber == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].footnoteReference.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].horizontalRule.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.inlineObjectId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].inlineObjectElement.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].pageBreak.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].person.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].richLink.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].startIndex == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.content == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.suggestedTextStyleChanges.STRING.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.elements[_].textRun.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.alignment == enum_ParagraphStyleAlignment[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.avoidWidowAndOrphan == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBetween.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBetween.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBetween.padding.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBetween.padding.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBetween.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBetween.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBottom.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBottom.padding.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBottom.padding.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBottom.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderLeft.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderLeft.padding.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderLeft.padding.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderLeft.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderRight.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderRight.padding.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderRight.padding.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderRight.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderTop.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderTop.padding.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderTop.padding.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderTop.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.direction == enum_ParagraphStyleDirection[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.indentEnd.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.indentEnd.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.indentFirstLine.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.indentStart.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.indentStart.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.keepLinesTogether == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.keepWithNext == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.lineSpacing == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.namedStyleType == enum_ParagraphStyleNamedStyleType[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.pageBreakBefore == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.shading.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.spaceAbove.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.spaceAbove.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.spaceBelow.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.spaceBelow.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.spacingMode == enum_ParagraphStyleSpacingMode[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.tabStops[_].alignment == enum_TabStopAlignment[_]
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.tabStops[_].offset.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.paragraphStyle.tabStops[_].offset.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.positionedObjectIds[_] == STRING
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.listId == STRING
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.nestingLevel == INTEGER
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.bold == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.fontSize.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.italic == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.bookmarkId == STRING
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.link.url == STRING
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.smallCaps == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.strikethrough == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.underline == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bullet.textStyle.weightedFontFamily.weight == INTEGER
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.listIdSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.nestingLevelSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedBulletChanges.STRING.bulletSuggestionState.textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.alignment == enum_ParagraphStyleAlignment[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.avoidWidowAndOrphan == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.padding.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.padding.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBetween.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.padding.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.padding.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.padding.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.padding.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.padding.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.padding.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.padding.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.padding.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.direction == enum_ParagraphStyleDirection[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.headingId == STRING
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentEnd.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentEnd.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentFirstLine.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentStart.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.indentStart.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.keepLinesTogether == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.keepWithNext == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.lineSpacing == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.namedStyleType == enum_ParagraphStyleNamedStyleType[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.pageBreakBefore == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.shading.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceAbove.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceAbove.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceBelow.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spaceBelow.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.spacingMode == enum_ParagraphStyleSpacingMode[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].alignment == enum_TabStopAlignment[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].offset.magnitude == NUMBER
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyle.tabStops[_].offset.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.alignmentSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.avoidWidowAndOrphanSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderBetweenSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderBottomSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderLeftSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderRightSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.borderTopSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.directionSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.headingIdSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentEndSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentFirstLineSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.indentStartSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.keepLinesTogetherSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.keepWithNextSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.lineSpacingSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.namedStyleTypeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.pageBreakBeforeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.shadingSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spaceAboveSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spaceBelowSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedParagraphStyleChanges.STRING.paragraphStyleSuggestionState.spacingModeSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].paragraph.suggestedPositionedObjectIds.STRING.objectIds[_] == STRING
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].paddingEnd.magnitude == NUMBER
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].paddingEnd.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.columnProperties[_].width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.columnSeparatorStyle == enum_SectionStyleColumnSeparatorStyle[_]
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.contentDirection == enum_SectionStyleContentDirection[_]
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.defaultFooterId == STRING
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.defaultHeaderId == STRING
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.evenPageFooterId == STRING
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.evenPageHeaderId == STRING
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.firstPageFooterId == STRING
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.firstPageHeaderId == STRING
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.flipPageOrientation == BOOLEAN
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginBottom.magnitude == NUMBER
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginFooter.magnitude == NUMBER
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginFooter.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginHeader.magnitude == NUMBER
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginHeader.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginLeft.magnitude == NUMBER
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginRight.magnitude == NUMBER
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginRight.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginTop.magnitude == NUMBER
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.marginTop.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.pageNumberStart == INTEGER
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.sectionType == enum_SectionStyleSectionType[_]
    input.Body.headers.STRING.content[_].sectionBreak.sectionStyle.useFirstPageHeaderFooter == BOOLEAN
    input.Body.headers.STRING.content[_].sectionBreak.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].sectionBreak.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].startIndex == INTEGER
    input.Body.headers.STRING.content[_].table.columns == INTEGER
    input.Body.headers.STRING.content[_].table.rows == INTEGER
    input.Body.headers.STRING.content[_].table.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].table.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].table.tableRows[_].endIndex == INTEGER
    input.Body.headers.STRING.content[_].table.tableRows[_].startIndex == INTEGER
    input.Body.headers.STRING.content[_].table.tableRows[_].suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].table.tableRows[_].suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.minRowHeight.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.minRowHeight.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.preventOverflow == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyle.tableHeader == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].suggestedTableRowStyleChanges.STRING.tableRowStyleSuggestionState.minRowHeightSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].content[_] == NESTED
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].endIndex == INTEGER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].startIndex == INTEGER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.columnSpan == INTEGER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.contentAlignment == enum_TableCellStyleContentAlignment[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingBottom.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingBottom.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingLeft.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingLeft.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingRight.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingRight.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingTop.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.paddingTop.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyle.rowSpan == INTEGER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderBottomSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderLeftSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderRightSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.borderTopSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.columnSpanSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.contentAlignmentSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingBottomSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingLeftSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingRightSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.paddingTopSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].suggestedTableCellStyleChanges.STRING.tableCellStyleSuggestionState.rowSpanSuggested == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.dashStyle == enum_TableCellBorderDashStyle[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.columnSpan == INTEGER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.contentAlignment == enum_TableCellStyleContentAlignment[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingBottom.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingBottom.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingLeft.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingLeft.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingRight.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingRight.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingTop.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.paddingTop.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableCells[_].tableCellStyle.rowSpan == INTEGER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableRowStyle.minRowHeight.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableRows[_].tableRowStyle.minRowHeight.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableRows[_].tableRowStyle.preventOverflow == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableRows[_].tableRowStyle.tableHeader == BOOLEAN
    input.Body.headers.STRING.content[_].table.tableStyle.tableColumnProperties[_].width.magnitude == NUMBER
    input.Body.headers.STRING.content[_].table.tableStyle.tableColumnProperties[_].width.unit == enum_DimensionUnit[_]
    input.Body.headers.STRING.content[_].table.tableStyle.tableColumnProperties[_].widthType == enum_TableColumnPropertiesWidthType[_]
    input.Body.headers.STRING.content[_].tableOfContents.content[_] == NESTED
    input.Body.headers.STRING.content[_].tableOfContents.suggestedDeletionIds[_] == STRING
    input.Body.headers.STRING.content[_].tableOfContents.suggestedInsertionIds[_] == STRING
    input.Body.headers.STRING.headerId == STRING
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.description == STRING
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.embeddedDrawingProperties.STRING == STRING
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.blue == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.green == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.red == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.dashStyle == enum_EmbeddedObjectBorderDashStyle[_]
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.propertyState == enum_EmbeddedObjectBorderPropertyState[_]
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.width.magnitude == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.width.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.imageProperties.angle == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.imageProperties.brightness == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.imageProperties.contentUri == STRING
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.imageProperties.contrast == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.imageProperties.cropProperties.angle == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.imageProperties.cropProperties.offsetBottom == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.imageProperties.cropProperties.offsetLeft == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.imageProperties.cropProperties.offsetRight == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.imageProperties.cropProperties.offsetTop == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.imageProperties.sourceUri == STRING
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.imageProperties.transparency == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.linkedContentReference.sheetsChartReference.chartId == INTEGER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.linkedContentReference.sheetsChartReference.spreadsheetId == STRING
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.marginBottom.magnitude == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.marginLeft.magnitude == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.marginRight.magnitude == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.marginRight.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.marginTop.magnitude == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.marginTop.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.size.height.magnitude == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.size.height.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.size.width.magnitude == NUMBER
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.size.width.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.inlineObjectProperties.embeddedObject.title == STRING
    input.Body.inlineObjects.STRING.objectId == STRING
    input.Body.inlineObjects.STRING.suggestedDeletionIds[_] == STRING
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.description == STRING
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.embeddedDrawingProperties.STRING == STRING
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.blue == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.green == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.red == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.dashStyle == enum_EmbeddedObjectBorderDashStyle[_]
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.propertyState == enum_EmbeddedObjectBorderPropertyState[_]
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.width.magnitude == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.embeddedObjectBorder.width.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.imageProperties.angle == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.imageProperties.brightness == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.imageProperties.contentUri == STRING
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.imageProperties.contrast == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.imageProperties.cropProperties.angle == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.imageProperties.cropProperties.offsetBottom == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.imageProperties.cropProperties.offsetLeft == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.imageProperties.cropProperties.offsetRight == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.imageProperties.cropProperties.offsetTop == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.imageProperties.sourceUri == STRING
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.imageProperties.transparency == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.linkedContentReference.sheetsChartReference.chartId == INTEGER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.linkedContentReference.sheetsChartReference.spreadsheetId == STRING
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.marginBottom.magnitude == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.marginLeft.magnitude == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.marginRight.magnitude == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.marginRight.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.marginTop.magnitude == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.marginTop.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.size.height.magnitude == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.size.height.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.size.width.magnitude == NUMBER
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.size.width.unit == enum_DimensionUnit[_]
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectProperties.embeddedObject.title == STRING
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.descriptionSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.embeddedDrawingPropertiesSuggestionState.STRING == STRING
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.embeddedObjectBorderSuggestionState.colorSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.embeddedObjectBorderSuggestionState.dashStyleSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.embeddedObjectBorderSuggestionState.propertyStateSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.embeddedObjectBorderSuggestionState.widthSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.angleSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.brightnessSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.contentUriSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.contrastSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.cropPropertiesSuggestionState.angleSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.cropPropertiesSuggestionState.offsetBottomSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.cropPropertiesSuggestionState.offsetLeftSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.cropPropertiesSuggestionState.offsetRightSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.cropPropertiesSuggestionState.offsetTopSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.sourceUriSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.transparencySuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.linkedContentReferenceSuggestionState.sheetsChartReferenceSuggestionState.chartIdSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.linkedContentReferenceSuggestionState.sheetsChartReferenceSuggestionState.spreadsheetIdSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.marginBottomSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.marginLeftSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.marginRightSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.marginTopSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.sizeSuggestionState.heightSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.sizeSuggestionState.widthSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInlineObjectPropertiesChanges.STRING.inlineObjectPropertiesSuggestionState.embeddedObjectSuggestionState.titleSuggested == BOOLEAN
    input.Body.inlineObjects.STRING.suggestedInsertionId == STRING
    input.Body.lists.STRING.listProperties.nestingLevels[_].bulletAlignment == enum_NestingLevelBulletAlignment[_]
    input.Body.lists.STRING.listProperties.nestingLevels[_].glyphFormat == STRING
    input.Body.lists.STRING.listProperties.nestingLevels[_].glyphSymbol == STRING
    input.Body.lists.STRING.listProperties.nestingLevels[_].glyphType == enum_NestingLevelGlyphType[_]
    input.Body.lists.STRING.listProperties.nestingLevels[_].indentFirstLine.magnitude == NUMBER
    input.Body.lists.STRING.listProperties.nestingLevels[_].indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.lists.STRING.listProperties.nestingLevels[_].indentStart.magnitude == NUMBER
    input.Body.lists.STRING.listProperties.nestingLevels[_].indentStart.unit == enum_DimensionUnit[_]
    input.Body.lists.STRING.listProperties.nestingLevels[_].startNumber == INTEGER
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.bold == BOOLEAN
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.fontSize.magnitude == NUMBER
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.italic == BOOLEAN
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.link.bookmarkId == STRING
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.link.headingId == STRING
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.link.url == STRING
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.smallCaps == BOOLEAN
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.strikethrough == BOOLEAN
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.underline == BOOLEAN
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.lists.STRING.listProperties.nestingLevels[_].textStyle.weightedFontFamily.weight == INTEGER
    input.Body.lists.STRING.suggestedDeletionIds[_] == STRING
    input.Body.lists.STRING.suggestedInsertionId == STRING
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].bulletAlignment == enum_NestingLevelBulletAlignment[_]
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].glyphFormat == STRING
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].glyphSymbol == STRING
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].glyphType == enum_NestingLevelGlyphType[_]
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].indentFirstLine.magnitude == NUMBER
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].indentStart.magnitude == NUMBER
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].indentStart.unit == enum_DimensionUnit[_]
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].startNumber == INTEGER
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.bold == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.fontSize.magnitude == NUMBER
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.italic == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.link.bookmarkId == STRING
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.link.headingId == STRING
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.link.url == STRING
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.smallCaps == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.strikethrough == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.underline == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listProperties.nestingLevels[_].textStyle.weightedFontFamily.weight == INTEGER
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].bulletAlignmentSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].glyphFormatSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].glyphSymbolSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].glyphTypeSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].indentFirstLineSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].indentStartSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].startNumberSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.lists.STRING.suggestedListPropertiesChanges.STRING.listPropertiesSuggestionState.nestingLevelsSuggestionStates[_].textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.namedRanges.STRING.name == STRING
    input.Body.namedRanges.STRING.namedRanges[_].name == STRING
    input.Body.namedRanges.STRING.namedRanges[_].namedRangeId == STRING
    input.Body.namedRanges.STRING.namedRanges[_].ranges[_].endIndex == INTEGER
    input.Body.namedRanges.STRING.namedRanges[_].ranges[_].segmentId == STRING
    input.Body.namedRanges.STRING.namedRanges[_].ranges[_].startIndex == INTEGER
    input.Body.namedStyles.styles[_].namedStyleType == enum_NamedStyleNamedStyleType[_]
    input.Body.namedStyles.styles[_].paragraphStyle.alignment == enum_ParagraphStyleAlignment[_]
    input.Body.namedStyles.styles[_].paragraphStyle.avoidWidowAndOrphan == BOOLEAN
    input.Body.namedStyles.styles[_].paragraphStyle.borderBetween.color.color.rgbColor.blue == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderBetween.color.color.rgbColor.green == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderBetween.color.color.rgbColor.red == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderBetween.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderBetween.padding.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderBetween.padding.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderBetween.width.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderBetween.width.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderBottom.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderBottom.padding.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderBottom.padding.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderBottom.width.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderLeft.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderLeft.padding.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderLeft.padding.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderLeft.width.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderRight.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderRight.padding.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderRight.padding.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderRight.width.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderTop.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderTop.padding.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderTop.padding.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.borderTop.width.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.direction == enum_ParagraphStyleDirection[_]
    input.Body.namedStyles.styles[_].paragraphStyle.headingId == STRING
    input.Body.namedStyles.styles[_].paragraphStyle.indentEnd.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.indentEnd.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.indentFirstLine.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.indentStart.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.indentStart.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.keepLinesTogether == BOOLEAN
    input.Body.namedStyles.styles[_].paragraphStyle.keepWithNext == BOOLEAN
    input.Body.namedStyles.styles[_].paragraphStyle.lineSpacing == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.namedStyleType == enum_ParagraphStyleNamedStyleType[_]
    input.Body.namedStyles.styles[_].paragraphStyle.pageBreakBefore == BOOLEAN
    input.Body.namedStyles.styles[_].paragraphStyle.shading.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.shading.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.shading.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.spaceAbove.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.spaceAbove.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.spaceBelow.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.spaceBelow.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].paragraphStyle.spacingMode == enum_ParagraphStyleSpacingMode[_]
    input.Body.namedStyles.styles[_].paragraphStyle.tabStops[_].alignment == enum_TabStopAlignment[_]
    input.Body.namedStyles.styles[_].paragraphStyle.tabStops[_].offset.magnitude == NUMBER
    input.Body.namedStyles.styles[_].paragraphStyle.tabStops[_].offset.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.namedStyles.styles[_].textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.namedStyles.styles[_].textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.namedStyles.styles[_].textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.namedStyles.styles[_].textStyle.bold == BOOLEAN
    input.Body.namedStyles.styles[_].textStyle.fontSize.magnitude == NUMBER
    input.Body.namedStyles.styles[_].textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.namedStyles.styles[_].textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.namedStyles.styles[_].textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.namedStyles.styles[_].textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.namedStyles.styles[_].textStyle.italic == BOOLEAN
    input.Body.namedStyles.styles[_].textStyle.link.bookmarkId == STRING
    input.Body.namedStyles.styles[_].textStyle.link.headingId == STRING
    input.Body.namedStyles.styles[_].textStyle.link.url == STRING
    input.Body.namedStyles.styles[_].textStyle.smallCaps == BOOLEAN
    input.Body.namedStyles.styles[_].textStyle.strikethrough == BOOLEAN
    input.Body.namedStyles.styles[_].textStyle.underline == BOOLEAN
    input.Body.namedStyles.styles[_].textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.namedStyles.styles[_].textStyle.weightedFontFamily.weight == INTEGER
    input.Body.positionedObjects.STRING.objectId == STRING
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.description == STRING
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.embeddedDrawingProperties.STRING == STRING
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.blue == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.green == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.red == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.dashStyle == enum_EmbeddedObjectBorderDashStyle[_]
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.propertyState == enum_EmbeddedObjectBorderPropertyState[_]
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.width.magnitude == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.width.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.imageProperties.angle == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.imageProperties.brightness == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.imageProperties.contentUri == STRING
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.imageProperties.contrast == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.imageProperties.cropProperties.angle == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.imageProperties.cropProperties.offsetBottom == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.imageProperties.cropProperties.offsetLeft == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.imageProperties.cropProperties.offsetRight == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.imageProperties.cropProperties.offsetTop == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.imageProperties.sourceUri == STRING
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.imageProperties.transparency == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.linkedContentReference.sheetsChartReference.chartId == INTEGER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.linkedContentReference.sheetsChartReference.spreadsheetId == STRING
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.marginBottom.magnitude == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.marginLeft.magnitude == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.marginRight.magnitude == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.marginRight.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.marginTop.magnitude == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.marginTop.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.size.height.magnitude == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.size.height.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.size.width.magnitude == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.size.width.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.positionedObjectProperties.embeddedObject.title == STRING
    input.Body.positionedObjects.STRING.positionedObjectProperties.positioning.layout == enum_PositionedObjectPositioningLayout[_]
    input.Body.positionedObjects.STRING.positionedObjectProperties.positioning.leftOffset.magnitude == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.positioning.leftOffset.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.positionedObjectProperties.positioning.topOffset.magnitude == NUMBER
    input.Body.positionedObjects.STRING.positionedObjectProperties.positioning.topOffset.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.suggestedDeletionIds[_] == STRING
    input.Body.positionedObjects.STRING.suggestedInsertionId == STRING
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.description == STRING
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.embeddedDrawingProperties.STRING == STRING
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.blue == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.green == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.color.color.rgbColor.red == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.dashStyle == enum_EmbeddedObjectBorderDashStyle[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.propertyState == enum_EmbeddedObjectBorderPropertyState[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.width.magnitude == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.embeddedObjectBorder.width.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.imageProperties.angle == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.imageProperties.brightness == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.imageProperties.contentUri == STRING
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.imageProperties.contrast == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.imageProperties.cropProperties.angle == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.imageProperties.cropProperties.offsetBottom == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.imageProperties.cropProperties.offsetLeft == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.imageProperties.cropProperties.offsetRight == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.imageProperties.cropProperties.offsetTop == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.imageProperties.sourceUri == STRING
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.imageProperties.transparency == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.linkedContentReference.sheetsChartReference.chartId == INTEGER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.linkedContentReference.sheetsChartReference.spreadsheetId == STRING
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.marginBottom.magnitude == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.marginLeft.magnitude == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.marginRight.magnitude == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.marginRight.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.marginTop.magnitude == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.marginTop.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.size.height.magnitude == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.size.height.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.size.width.magnitude == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.size.width.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.embeddedObject.title == STRING
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.positioning.layout == enum_PositionedObjectPositioningLayout[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.positioning.leftOffset.magnitude == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.positioning.leftOffset.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.positioning.topOffset.magnitude == NUMBER
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectProperties.positioning.topOffset.unit == enum_DimensionUnit[_]
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.descriptionSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.embeddedDrawingPropertiesSuggestionState.STRING == STRING
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.embeddedObjectBorderSuggestionState.colorSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.embeddedObjectBorderSuggestionState.dashStyleSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.embeddedObjectBorderSuggestionState.propertyStateSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.embeddedObjectBorderSuggestionState.widthSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.angleSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.brightnessSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.contentUriSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.contrastSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.cropPropertiesSuggestionState.angleSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.cropPropertiesSuggestionState.offsetBottomSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.cropPropertiesSuggestionState.offsetLeftSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.cropPropertiesSuggestionState.offsetRightSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.cropPropertiesSuggestionState.offsetTopSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.sourceUriSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.imagePropertiesSuggestionState.transparencySuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.linkedContentReferenceSuggestionState.sheetsChartReferenceSuggestionState.chartIdSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.linkedContentReferenceSuggestionState.sheetsChartReferenceSuggestionState.spreadsheetIdSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.marginBottomSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.marginLeftSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.marginRightSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.marginTopSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.sizeSuggestionState.heightSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.sizeSuggestionState.widthSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.embeddedObjectSuggestionState.titleSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.positioningSuggestionState.layoutSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.positioningSuggestionState.leftOffsetSuggested == BOOLEAN
    input.Body.positionedObjects.STRING.suggestedPositionedObjectPropertiesChanges.STRING.positionedObjectPropertiesSuggestionState.positioningSuggestionState.topOffsetSuggested == BOOLEAN
    input.Body.revisionId == STRING
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.background.color.color.rgbColor.blue == NUMBER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.background.color.color.rgbColor.green == NUMBER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.background.color.color.rgbColor.red == NUMBER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.defaultFooterId == STRING
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.defaultHeaderId == STRING
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.evenPageFooterId == STRING
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.evenPageHeaderId == STRING
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.firstPageFooterId == STRING
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.firstPageHeaderId == STRING
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.flipPageOrientation == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginBottom.magnitude == NUMBER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginBottom.unit == enum_DimensionUnit[_]
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginFooter.magnitude == NUMBER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginFooter.unit == enum_DimensionUnit[_]
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginHeader.magnitude == NUMBER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginHeader.unit == enum_DimensionUnit[_]
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginLeft.magnitude == NUMBER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginLeft.unit == enum_DimensionUnit[_]
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginRight.magnitude == NUMBER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginRight.unit == enum_DimensionUnit[_]
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginTop.magnitude == NUMBER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.marginTop.unit == enum_DimensionUnit[_]
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.pageNumberStart == INTEGER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.pageSize.height.magnitude == NUMBER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.pageSize.height.unit == enum_DimensionUnit[_]
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.pageSize.width.magnitude == NUMBER
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.pageSize.width.unit == enum_DimensionUnit[_]
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.useCustomHeaderFooterMargins == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.useEvenPageHeaderFooter == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyle.useFirstPageHeaderFooter == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.backgroundSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.defaultFooterIdSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.defaultHeaderIdSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.evenPageFooterIdSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.evenPageHeaderIdSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.firstPageFooterIdSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.firstPageHeaderIdSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.flipPageOrientationSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.marginBottomSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.marginFooterSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.marginHeaderSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.marginLeftSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.marginRightSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.marginTopSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.pageNumberStartSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.pageSizeSuggestionState.heightSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.pageSizeSuggestionState.widthSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.useCustomHeaderFooterMarginsSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.useEvenPageHeaderFooterSuggested == BOOLEAN
    input.Body.suggestedDocumentStyleChanges.STRING.documentStyleSuggestionState.useFirstPageHeaderFooterSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].namedStyleType == enum_NamedStyleNamedStyleType[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.alignment == enum_ParagraphStyleAlignment[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.avoidWidowAndOrphan == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBetween.color.color.rgbColor.blue == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBetween.color.color.rgbColor.green == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBetween.color.color.rgbColor.red == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBetween.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBetween.padding.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBetween.padding.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBetween.width.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBetween.width.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBottom.color.color.rgbColor.blue == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBottom.color.color.rgbColor.green == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBottom.color.color.rgbColor.red == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBottom.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBottom.padding.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBottom.padding.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBottom.width.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderBottom.width.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderLeft.color.color.rgbColor.blue == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderLeft.color.color.rgbColor.green == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderLeft.color.color.rgbColor.red == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderLeft.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderLeft.padding.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderLeft.padding.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderLeft.width.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderLeft.width.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderRight.color.color.rgbColor.blue == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderRight.color.color.rgbColor.green == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderRight.color.color.rgbColor.red == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderRight.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderRight.padding.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderRight.padding.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderRight.width.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderRight.width.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderTop.color.color.rgbColor.blue == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderTop.color.color.rgbColor.green == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderTop.color.color.rgbColor.red == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderTop.dashStyle == enum_ParagraphBorderDashStyle[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderTop.padding.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderTop.padding.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderTop.width.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.borderTop.width.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.direction == enum_ParagraphStyleDirection[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.headingId == STRING
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.indentEnd.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.indentEnd.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.indentFirstLine.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.indentFirstLine.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.indentStart.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.indentStart.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.keepLinesTogether == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.keepWithNext == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.lineSpacing == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.namedStyleType == enum_ParagraphStyleNamedStyleType[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.pageBreakBefore == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.shading.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.shading.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.shading.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.spaceAbove.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.spaceAbove.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.spaceBelow.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.spaceBelow.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.spacingMode == enum_ParagraphStyleSpacingMode[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.tabStops[_].alignment == enum_TabStopAlignment[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.tabStops[_].offset.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].paragraphStyle.tabStops[_].offset.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.backgroundColor.color.rgbColor.blue == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.backgroundColor.color.rgbColor.green == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.backgroundColor.color.rgbColor.red == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.baselineOffset == enum_TextStyleBaselineOffset[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.bold == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.fontSize.magnitude == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.fontSize.unit == enum_DimensionUnit[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.foregroundColor.color.rgbColor.blue == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.foregroundColor.color.rgbColor.green == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.foregroundColor.color.rgbColor.red == NUMBER
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.italic == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.link.bookmarkId == STRING
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.link.headingId == STRING
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.link.url == STRING
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.smallCaps == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.strikethrough == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.underline == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.weightedFontFamily.fontFamily == STRING
    input.Body.suggestedNamedStylesChanges.STRING.namedStyles.styles[_].textStyle.weightedFontFamily.weight == INTEGER
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].namedStyleType == enum_NamedStyleSuggestionStateNamedStyleType[_]
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.alignmentSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.avoidWidowAndOrphanSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.borderBetweenSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.borderBottomSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.borderLeftSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.borderRightSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.borderTopSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.directionSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.headingIdSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.indentEndSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.indentFirstLineSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.indentStartSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.keepLinesTogetherSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.keepWithNextSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.lineSpacingSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.namedStyleTypeSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.pageBreakBeforeSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.shadingSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.spaceAboveSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.spaceBelowSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].paragraphStyleSuggestionState.spacingModeSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].textStyleSuggestionState.backgroundColorSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].textStyleSuggestionState.baselineOffsetSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].textStyleSuggestionState.boldSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].textStyleSuggestionState.fontSizeSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].textStyleSuggestionState.foregroundColorSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].textStyleSuggestionState.italicSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].textStyleSuggestionState.linkSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].textStyleSuggestionState.smallCapsSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].textStyleSuggestionState.strikethroughSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].textStyleSuggestionState.underlineSuggested == BOOLEAN
    input.Body.suggestedNamedStylesChanges.STRING.namedStylesSuggestionState.stylesSuggestionStates[_].textStyleSuggestionState.weightedFontFamilySuggested == BOOLEAN
    input.Body.suggestionsViewMode == enum_DocumentSuggestionsViewMode[_]
    input.Body.title == STRING
    input.ProviderMetadata.Region == STRING
}

docs.documents.get

enum_SuggestionsViewModeParameter := [ "DEFAULT_FOR_CURRENT_ACCESS", "SUGGESTIONS_INLINE", "PREVIEW_SUGGESTIONS_ACCEPTED", "PREVIEW_WITHOUT_SUGGESTIONS" ]

valid {
    input.ReqMap.documentId == STRING
    input.Qs.suggestionsViewMode == enum_SuggestionsViewModeParameter[_]
    input.ProviderMetadata.Region == STRING
}