public sealed class DeleteLogMetricRequest : IMessage<DeleteLogMetricRequest>, IEquatable<DeleteLogMetricRequest>, IDeepCloneable<DeleteLogMetricRequest>, 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-21 UTC."],[[["This webpage details the `DeleteLogMetricRequest` class within the `Google.Cloud.Logging.V2` namespace, specifically version 3.5.0 of the library."],["`DeleteLogMetricRequest` is used to specify the parameters for deleting a log metric and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and contains properties like `MetricName` (a string) and `MetricNameAsLogMetricName` (a `LogMetricName` type) to define the metric to be deleted."],["There are two constructors available: a default constructor and one that copies from an existing `DeleteLogMetricRequest` object."],["Multiple versions are available, ranging from 3.3.0 to the latest release of 4.4.0, indicating this class has undergone changes since its inception."]]],[]]