areas property

List<InvalidatedAreas>? areas
final

Set of logical areas that got invalidated. This property has a hint characteristic: a client can only be expected to make a 'best effort' in honoring the areas but there are no guarantees. If this property is missing, empty, or if values are not understood, the client should assume a single value all.

Implementation

final List<InvalidatedAreas>? areas;