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 documentation and code samples for the Grafeas v1 API's `Version` class, which is used to represent structured information about a package's version."],["The `Version` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Version` class include `Epoch` (for correcting version numbering mistakes), `FullName` (human-readable version string), `Inclusive` (indicating whether the version is part of an inclusive range), `Kind` (distinguishing between sentinel and normal versions), `Name` (the main part of the version), and `Revision` (iteration of the package build)."],["The namespace for `Version` is `Grafeas.V1`, and the assembly is `Grafeas.V1.dll`."],["A variety of previous versions of the Grafeas.V1 API are listed, along with a link to the latest version (3.7.0)."]]],[]]