[[["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."],[[["`Audience` is an enumerated type that defines who can access a `DocumentObject`."],["It includes four options: `LIMITED`, `DOMAIN_PUBLIC`, `PUBLIC`, and `OWNER_ONLY`."],["Each option specifies a different level of access, ranging from restricted to open."]]],["`Audience` is an enumerated type defining the visibility scope of a `DocumentObject`. It includes four members: `LIMITED`, `DOMAIN_PUBLIC`, `PUBLIC`, and `OWNER_ONLY`. These members specify the access level to the document, ranging from restricted access (`LIMITED`, `OWNER_ONLY`) to broader sharing (`DOMAIN_PUBLIC`, `PUBLIC`). Each member has a specific description in a separate markdown file.\n"]]