public sealed class SecurityPolicyRuleHttpHeaderAction : IMessage<SecurityPolicyRuleHttpHeaderAction>, IEquatable<SecurityPolicyRuleHttpHeaderAction>, IDeepCloneable<SecurityPolicyRuleHttpHeaderAction>, IBufferMessage, IMessage
[[["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-09 UTC."],[[["This webpage provides documentation for the `SecurityPolicyRuleHttpHeaderAction` class within the Google.Cloud.Compute.V1 namespace, with the current version highlighted as 3.5.0."],["The documentation lists available versions, ranging from the latest 3.6.0 down to 1.0.0, allowing users to view documentation for specific releases."],["`SecurityPolicyRuleHttpHeaderAction` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with its core functionality."],["The class allows manipulating HTTP request headers, specifically adding or overwriting them, as detailed by the `RequestHeadersToAdds` property, which contains a list of `SecurityPolicyRuleHttpHeaderActionHttpHeaderOption` objects."],["The page details the constructors available for the class such as a default constructor, and one that takes in a `SecurityPolicyRuleHttpHeaderAction` object as a parameter, in order to make a new object based off of it."]]],[]]