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, specifically within version 1.6.0."],["The latest version documented is 2.17.0, with a list of prior versions dating back to 1.2.0, providing access to documentation for different release iterations."],["`GetMetricsRequest` is a message class used to request metrics and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that takes an existing `GetMetricsRequest` object as a parameter for cloning, alongside properties for `MetricsName` and `Name`."],["The `Name` property within the `GetMetricsRequest` class is required and expects the metrics name in the format of \"projects/{project}/keys/{key}/metrics\"."]]],[]]