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."],[[["This document provides reference information for the `GetReportConfigRequest` class within the Google Cloud Migration Center v1 API, specifically version 1.3.0, with links to other versions as well."],["The `GetReportConfigRequest` class is used to request a `ReportConfig` resource and inherits from the base `object` class while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors, one default and one that accepts another `GetReportConfigRequest` object for cloning."],["The class has two key properties: `Name`, which is a string representing the resource name, and `ReportConfigName`, which is a typed view of the `Name` property."],["The `GetReportConfigRequest` is found in the `Google.Cloud.MigrationCenter.V1` namespace, within the `Google.Cloud.MigrationCenter.V1.dll` assembly."]]],[]]