public sealed class GetReportConfigRequest : IMessage<GetReportConfigRequest>, IEquatable<GetReportConfigRequest>, IDeepCloneable<GetReportConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetReportConfigRequest.
[[["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 `GetReportConfigRequest` class is part of the Migration Center v1 API and is used to request a `ReportConfig` resource."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The latest version of the API documentation for this class is version 1.4.0, and it's available with previous version documentation from 1.0.0 to 1.3.0."],["The class includes properties like `Name` (a string) and `ReportConfigName` (a `ReportConfigName` type), which are essential for identifying the resource."],["The class has two constructors: a default constructor `GetReportConfigRequest()` and another that takes an existing `GetReportConfigRequest` object as a parameter."]]],[]]