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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides reference information for the `Version` class within the Grafeas v1 API, specifically version 3.5.0, with links to older and newer versions."],["The `Version` class represents structured information about a package's version, using `Epoch`, `FullName`, `Inclusive`, `Kind`, `Name`, and `Revision` properties."],["The class `Version` includes constructors for creating new `Version` objects and accepting other version objects as parameters."],["The `Version` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, deep cloning, and buffering."],["The `Kind` property of a `Version` object is crucial for determining if it's a normal version or a sentinel `MIN`/`MAX` version, while `FullName` follows the format `\u003cepoch\u003e:\u003cname\u003e-\u003crevision\u003e`."]]],[]]