class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineLoggingHttpRequestContext
HTTP request data that is related to a reported error.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @response_status_code = args[:response_status_code] if args.key?(:response_status_code) end