[[["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-22 UTC."],[[["This webpage details the `DeleteObjectRequest` class within the Google Cloud Storage C++ library, focusing on its role in facilitating object deletion requests."],["The `DeleteObjectRequest` class includes constructors to specify both the bucket and object names, which are essential for deletion."],["Functions like `bucket_name()` and `object_name()` allow retrieval of the set bucket and object name respectively, as constant string references."],["The class offers versatile methods `set_multiple_options(T &&...)` to configure optional parameters, with both lvalue and rvalue reference overloads."],["The `HasOption()` and `GetOption()` functions enable checking for and retrieving the value of a particular configuration option set for the object deletion request."]]],[]]