suppressionInfo property

List<SuppressionInfo>? suppressionInfo
getter/setter pair

If entries that otherwise would have been included in the session were not sent back to the client, counts of relevant entries omitted from the session with the reason that they were not included.

There will be at most one of each reason per response. The counts represent the number of suppressed entries since the last streamed response.

Implementation

core.List<SuppressionInfo>? suppressionInfo;