public sealed class GetReportRequest : IMessage<GetReportRequest>, IEquatable<GetReportRequest>, IDeepCloneable<GetReportRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class GetReportRequest.
[[["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 page provides documentation for the `GetReportRequest` class within the Google Cloud Migration Center v1 API."],["`GetReportRequest` is a class used to request a specific report, inheriting from `object` and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a parameterless constructor and one that takes another `GetReportRequest` object as input, allowing for the creation of new requests."],["Key properties of the `GetReportRequest` class include `Name` (a string representing the resource name), `ReportName` (a typed view over the resource name), and `View` (which determines what information is retrieved)."],["The latest version of `GetReportRequest` available is 1.4.0, with versions available from 1.0.0 to 1.4.0."]]],[]]