[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["Creates a new `DocsView` object, allowing interaction with Google Drive's Docs view."],["Optionally accepts a `ViewId` parameter to specify a specific Google Drive view, defaulting to the 'Docs' view if not provided."]]],["The `DocsView` class constructor creates a new instance. It accepts an optional `viewId` parameter of type `ViewId`. If provided, the `viewId` must be a Google Drive view; otherwise, it defaults to `ViewId.DOCS`. This parameter specifies the desired Google Drive view for the instance. The constructor is not protected.\n"]]