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."],[[["The `FetchInventoryResponse` class is a response message for fetching inventory in the `VmMigration` service, specifically within the `Google.Cloud.VMMigration.V1` namespace."],["Version 2.6.0 is the latest version available for `FetchInventoryResponse`, with links provided to previous versions ranging back to 1.0.0."],["The `FetchInventoryResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the Google Cloud Protobuf framework."],["The class includes properties like `SourceVmsCase`, `UpdateTime`, and `VmwareVms`, providing information about the source of the VMs and the timestamp of the last query."],["The class has two constructors, one default and one that can take another `FetchInventoryResponse` object as an input, and also inherits members such as `GetHashCode`, `GetType`, and `ToString` from the base `Object` class."]]],[]]