public sealed class FetchInventoryResponse : IMessage<FetchInventoryResponse>, IEquatable<FetchInventoryResponse>, IDeepCloneable<FetchInventoryResponse>, IBufferMessage, IMessage
Response message for
[fetchInventory][google.cloud.vmmigration.v1.VmMigration.FetchInventory].
[[["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-03-21 UTC."],[[["This document outlines the `FetchInventoryResponse` class within the `Google.Cloud.VMMigration.V1` namespace, detailing its structure and functionality for version 1.0.0."],["The `FetchInventoryResponse` class is a response message for the `FetchInventory` operation, encapsulating the results of a virtual machine inventory request."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and providing features like deep cloning."],["The class includes properties like `SourceVmsCase`, `UpdateTime`, and `VmwareVms`, which provide details about the source of VMs, the last query timestamp, and VMware VM descriptions, respectively."],["The `FetchInventoryResponse` class has 2 constructors allowing for the creation of a new object from scratch, or by using an existing `FetchInventoryResponse` object."]]],[]]