public sealed class GetUtilizationReportRequest : IMessage<GetUtilizationReportRequest>, IEquatable<GetUtilizationReportRequest>, IDeepCloneable<GetUtilizationReportRequest>, IBufferMessage, IMessage
Request message for 'GetUtilizationReport' request.
[[["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 details for the `GetUtilizationReportRequest` class, which is a request message used to retrieve a utilization report in the `Google.Cloud.VMMigration.V1` namespace."],["The latest version of the documentation is 2.6.0, with other versions including 2.5.0 down to 1.0.0, each providing the `GetUtilizationReportRequest` class at their respective release level."],["`GetUtilizationReportRequest` inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Name` (a string) to identify the report by name, `UtilizationReportName` to reference a utilization report by name type, and `View` to specify the level of detail in the report, which defaults to `FULL`."],["The `GetUtilizationReportRequest` class has two constructors: a parameterless constructor, and one that accepts another `GetUtilizationReportRequest` instance."]]],[]]