public sealed class GetImportDataFileRequest : IMessage<GetImportDataFileRequest>, IEquatable<GetImportDataFileRequest>, IDeepCloneable<GetImportDataFileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetImportDataFileRequest.
[[["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 `GetImportDataFileRequest` class in the Migration Center v1 API is used to request and retrieve an import data file."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["The class offers a constructor with no parameters and one that accepts another `GetImportDataFileRequest` object, to easily create and duplicate them."],["The `GetImportDataFileRequest` class includes properties such as `ImportDataFileName` and `Name` to manage the name of the import data file requested."],["The latest version available is 1.4.0, with the oldest version, and the version in the current document being 1.0.0."]]],[]]