public sealed class FetchInventoryRequest : IMessage<FetchInventoryRequest>, IEquatable<FetchInventoryRequest>, IDeepCloneable<FetchInventoryRequest>, IBufferMessage, IMessage
Request 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 page provides documentation for the `FetchInventoryRequest` class within the `Google.Cloud.VMMigration.V1` namespace, detailing its structure, properties, and usage."],["The `FetchInventoryRequest` class is designed to be used as a request message for fetching inventory through the `VmMigration.FetchInventory` method."],["The class includes properties like `ForceRefresh`, which controls whether to query the source directly or use cached data, and `Source`, which specifies the required name of the source."],["It includes the current latest version 2.6.0 as well as 6 previous version numbers, going back to version 1.0.0."],["`FetchInventoryRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling and object manipulation."]]],[]]