[[["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-05-15 UTC."],[[["The SiteService.DisapprovalReason object provides information about why a site was disapproved."],["Disapproval reasons can be categorized by type, which includes content, ownership, or other reasons, along with specific details about the disapproval."],["The disapproval reason details are provided as a string."]]],["The content describes the `DisapprovalReason` within the `SiteService` dependency, part of the `v202405` namespace. It defines two fields: `type`, which is an enumeration specifying the reason for disapproval (options: `CONTENT`, `OWNERSHIP`, `OTHER`, `UNKNOWN`), and `details`, which provides a string with further information. The Site object is linked to this information.\n"]]