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"]],[["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 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."]]],[]]