[[["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-01 UTC."],[[["This webpage provides documentation for the `AddExtensionFieldOption` struct within the Google Cloud Storage C++ client library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `AddExtensionFieldOption` struct is used to add an extension header to a POST policy within the Google Cloud Storage framework."],["The struct offers two constructors: a default constructor, `AddExtensionFieldOption()`, and a parameterized constructor, `AddExtensionFieldOption(std::string, std::string)`, that accepts a field name and its corresponding value."],["A static function called `name()` is available within the struct, which returns a constant character pointer (`char const *`)."],["The parameters `field` and `value` are both of type `std::string` and are used by the constructor to configure the extension field."]]],[]]