public sealed class GetMetricsRequest : IMessage<GetMetricsRequest>, IEquatable<GetMetricsRequest>, IDeepCloneable<GetMetricsRequest>, IBufferMessage, IMessage
[[["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-25 UTC."],[[["This webpage details the `GetMetricsRequest` class, which is part of the Google Cloud reCAPTCHA Enterprise V1 library for .NET."],["The `GetMetricsRequest` class is used to request metrics from the reCAPTCHA Enterprise API and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and a constructor that takes another `GetMetricsRequest` object as a parameter."],["The `GetMetricsRequest` class includes two properties, `MetricsName` and `Name`, where `Name` represents the requested metrics' resource name and `MetricsName` provides a typed view over it."],["There are multiple versions of the API listed, ranging from version 1.2.0 up to the latest version 2.17.0."]]],[]]