[[["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-04-02 UTC."],[[["The webpage provides documentation for the `ReadRange` struct within the Google Cloud Storage C++ library, specifically for versions ranging from 2.11.0 to 2.37.0-rc."],["`ReadRange` allows users to request a specific portion of a Google Cloud Storage object during a `ReadObject` operation."],["The range specified by `ReadRange` is right-open, meaning the `end` byte is excluded from the requested data."],["`ReadRange` can be constructed either with default values, or by providing `begin` and `end` parameters of type `std::int64_t`."],["The `static name()` function provides the name of the class in the form of a `char const *`."]]],[]]