inclusive property

bool? inclusive
getter/setter pair

Whether this version is specifying part of an inclusive range.

Grafeas does not have the capability to specify version ranges; instead we have fields that specify start version and end versions. At times this is insufficient - we also need to specify whether the version is included in the range or is excluded from the range. This boolean is expected to be set to true when the version is included in a range.

Implementation

core.bool? inclusive;