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 webpage provides documentation for the `FetchInventoryRequest` class, which is part of the `Google.Cloud.VMMigration.V1` namespace in the .NET library."],["The `FetchInventoryRequest` class is used to request an inventory fetch operation within the VM Migration service, as shown by its purpose being a \"Request message for \\[fetchInventory\\]\"."],["It inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FetchInventoryRequest` class has two constructors and three properties: `ForceRefresh`, `Source`, and `SourceAsSourceName`, which allow for configuring the behavior of the inventory fetch, and specifying the migration source."],["The most recent version of the `FetchInventoryRequest` class is 2.6.0, while this documentation page is for version 1.0.0, with previous versions available."]]],[]]