[[["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-02-13 UTC."],[[["The `ChangeHistoryValue` class in PublisherQueryLanguageService is currently unused and serves as documentation for `type` and `ChangeHistoryOperation` values."],["It inherits from `Value` and `ObjectValue` and provides information about entity type and operation related to change history."],["`entityType` field lists various entities like `BASE_RATE`, `COMPANY`, `CONTACT`, and more that are involved in change history."],["`operation` field indicates the type of operation performed, including `CREATE`, `UPDATE`, `DELETE`, or `UNKNOWN`."]]],["The `ChangeHistoryValue` class, part of the `PublisherQueryLanguageService`, is designed to document potential values for `type` and `ChangeHistoryOperation`. It inherits from `Value` and `ObjectValue`. The `entityType` field specifies the type of entity that a change was made on, with enumeration values such as `AD_UNIT`, `LINE_ITEM`, `ORDER`. The `operation` field specifies the change history operation performed like `CREATE`, `UPDATE` or `DELETE`. This class is not used but acts as reference documentation.\n"]]