httpRequest property

  1. @TagNumber.new(7)
HttpRequest get httpRequest

Optional. Information about the HTTP request associated with this log entry, if applicable.

Implementation

@$pb.TagNumber(7)
$2.HttpRequest get httpRequest => $_getN(4);
  1. @TagNumber.new(7)
set httpRequest (HttpRequest value)

Implementation

@$pb.TagNumber(7)
set httpRequest($2.HttpRequest value) => $_setField(7, value);