httpRequest property
Optional. Information about the HTTP request associated with this log entry, if applicable.
Implementation
@$pb.TagNumber(7)
$2.HttpRequest get httpRequest => $_getN(4);
Implementation
@$pb.TagNumber(7)
set httpRequest($2.HttpRequest value) => $_setField(7, value);