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 latest version of the `FetchInventoryResponse` is 2.6.0, with versions dating back to 1.0.0 available for review."],["`FetchInventoryResponse` is a message object for the `fetchInventory` operation within the Google Cloud VM Migration service, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FetchInventoryResponse` class contains properties like `SourceVmsCase`, `UpdateTime`, and `VmwareVms` to manage the response data."],["The `FetchInventoryResponse` object can be constructed either without parameters or by copying another `FetchInventoryResponse` instance."],["The object inherits several methods from the `Object` class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]