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 fetch a utilization report in the `Google.Cloud.VMMigration.V1` namespace."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["There are two constructors available for the `GetUtilizationReportRequest` class: a default constructor and one that accepts another `GetUtilizationReportRequest` instance as a parameter."],["The class includes properties for `Name` (a required string representing the utilization report name), `UtilizationReportName` (a typed view of the resource name), and `View` (an optional field specifying the level of detail in the report, defaulting to FULL)."],["The latest version of this resource is `2.6.0` but the content focuses on the initial version `1.0.0` of this API request."]]],[]]