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-04-09 UTC."],[[["The `DeleteLogMetricRequest` class is used to define the parameters for deleting a log metric within the Google Cloud Logging V2 API, version 3.3.0."],["This class inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has two constructors: a default constructor and one that accepts another `DeleteLogMetricRequest` object for copying."],["The `MetricName` property is a required string field representing the resource name of the metric to be deleted, formatted as \"projects/[PROJECT_ID]/metrics/[METRIC_ID]\"."],["The `MetricNameAsLogMetricName` property provides a typed view over the `MetricName`, ensuring it conforms to the `LogMetricName` type."]]],[]]