protoPayload property

  1. @TagNumber.new(2)
AuditLog get protoPayload

The log entry payload, which is always an AuditLog for Cloud Audit Log events.

Implementation

@$pb.TagNumber(2)
AuditLog get protoPayload => $_getN(0);
  1. @TagNumber.new(2)
set protoPayload (AuditLog v)

Implementation

@$pb.TagNumber(2)
set protoPayload(AuditLog v) {
  setField(2, v);
}