[[["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 `HttpResponse` class represents an HTTP response within the `Google.Rpc` namespace and is part of the `Google.Api.CommonProtos.dll` assembly."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `HttpResponse` include `Body` (the response body), `Headers` (response headers), `Reason` (reason phrase), and `Status` (status code)."],["The class offers methods for managing the message, such as `CalculateSize`, `Clone`, `Equals`, `GetHashCode`, `MergeFrom`, `ToString`, and `WriteTo`."],["It has constructors available to create an instance of HttpResponse, one without parameters and the other one taking another HttpResponse as a parameter to initialize it."]]],[]]