scrubbedResponse property
An API response message that is scrubbed based on the method annotation. This field should only be filled if audit_log field is present. Service Control will use this to assemble a complete log for Cloud Audit Logs and Google internal audit logs.
Implementation
@$pb.TagNumber(3)
$0.Struct get scrubbedResponse => $_getN(2);
Implementation
@$pb.TagNumber(3)
set scrubbedResponse($0.Struct value) => $_setField(3, value);