protoPayload property
The log entry payload, represented as a protocol buffer that is
expressed as a JSON object. The only accepted type currently is
google.cloud.audit.AuditLog.
Implementation
@$pb.TagNumber(2)
$0.Any get protoPayload => $_getN(0);
Implementation
@$pb.TagNumber(2)
set protoPayload($0.Any value) => $_setField(2, value);