protoPayload property

Map<String, Object?>? protoPayload
getter/setter pair

The log entry payload, represented as a protocol buffer that is expressed as a JSON object.

The only accepted type currently is AuditLog.

The values for Object must be JSON objects. It can consist of num, String, bool and null as well as Map and List values.

Implementation

core.Map<core.String, core.Object?>? protoPayload;