metadata property
Other service-specific data about the request, response, and other information associated with the current audited event.
Implementation
@$pb.TagNumber(18)
$0.Struct get metadata => $_getN(11);
Implementation
@$pb.TagNumber(18)
set metadata($0.Struct v) {
setField(18, v);
}