public Protobuf.Collections.MapField<string, string> Headers { get; }
The HTTP response headers. If multiple headers share the same key, they
must be merged according to HTTP spec. All header keys must be
lowercased, because HTTP header keys are case-insensitive.
[[["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-08-07 UTC."],[[["The `Response` class in the `Google.Rpc.Context` namespace defines attributes for a network response, typically modeling an HTTP response, and is part of the `Google.Api.CommonProtos.dll` assembly."],["It implements the `Protobuf.IBufferMessage` interface and inherits from `Object`, offering methods for cloning, equality checks, hash code generation, and serialization."],["Key properties of the `Response` class include `Code` (HTTP status code), `Headers` (HTTP response headers), `Size` (response size in bytes), and `Time` (timestamp of the first response byte), each with associated field numbers."],["The class also provides constructors, such as a default constructor and one that accepts another `Response` object for creating copies, along with static properties like `Descriptor` and `Parser` for protocol buffer functionalities."],["The `Response` object includes several methods like `CalculateSize`, `Clone`, `MergeFrom` and `WriteTo` to manipulate, get information, modify, and output the object."]]],[]]