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."],[[["The latest version available for `FetchInventoryRequest` is 2.6.0, with versions down to 1.0.0 also accessible."],["`FetchInventoryRequest` is a request message for fetching inventory in Google Cloud's VM Migration service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for `ForceRefresh` (a boolean indicating whether to bypass cached results) and `Source` (the name of the source to fetch inventory from)."],["It supports two constructors: a parameterless constructor and one that takes another `FetchInventoryRequest` object."]]],[]]