public MapField<string, Inventory.Types.Item> Items { get; }
Inventory items related to the VM keyed by an opaque unique identifier for
each inventory item. The identifier is unique to each distinct and
addressable inventory item and will change, when there is a new package
version.
[[["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."],[[["The webpage documents the `Inventory` class within the `Google.Cloud.OsConfig.V1` namespace, specifically version 1.3.0."],["`Inventory` is a class that holds the details regarding the inventory of a virtual machine (VM)."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Inventory` class has properties for managing inventory items (`Items`) and operating system information (`OsInfo`) related to a VM."],["The webpage also displays a list of various versions of the class, ranging from 1.3.0 to the latest 2.4.0 version."]]],[]]