class Google::Apis::ComputeV1::SecurityPolicyRuleHttpHeaderAction

Attributes

request_headers_to_adds[RW]

The list of request headers to add or overwrite if they're already present. Corresponds to the JSON property `requestHeadersToAdds` @return [Array<Google::Apis::ComputeV1::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 32625
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_v1/classes.rb, line 32630
def update!(**args)
  @request_headers_to_adds = args[:request_headers_to_adds] if args.key?(:request_headers_to_adds)
end