class Google::Apis::RetailV2beta::GoogleCloudRetailLoggingHttpRequestContext

HTTP request data that is related to a reported error.

Attributes

response_status_code[RW]

The HTTP response status code for the request. Corresponds to the JSON property `responseStatusCode` @return [Fixnum]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

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