[[["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 `HttpRequest` class, within the `Google.Cloud.ApigeeConnect.V1` namespace, defines the structure for HTTP requests in the Google Cloud Apigee Connect service."],["The latest version for `HttpRequest` is 2.4.0, and several earlier versions are also documented, including version 1.1.0 which is the main version covered by this content."],["`HttpRequest` inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `HttpRequest` include `Body` (ByteString), `Headers` (RepeatedField), `Id` (string), `Method` (string), and `Url` (Url), allowing for comprehensive definition of an HTTP request."],["The `HttpRequest` class offers two constructors: a default constructor `HttpRequest()` and one that takes another `HttpRequest` object as a parameter for creating a copy, `HttpRequest(HttpRequest other)`."]]],[]]