[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DoubleList` class in the Discovery Engine v1beta API is a data structure for managing a list of double values, designed to inherit from `object` and implement several interfaces."],["The class `DoubleList` is available in two versions, with `1.0.0-beta18` being the most current, and is located within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace."],["This `DoubleList` class can be constructed either as a new instance using the default constructor `DoubleList()`, or by copying another `DoubleList` instance via the `DoubleList(DoubleList other)` constructor."],["The `DoubleList` class has one main property named `Values`, which is of type `RepeatedField\u003cdouble\u003e`, to store and handle the double values within the list."]]],[]]