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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]